summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/affentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/affentry.hxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/affentry.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/affentry.hxx b/plugins/SpellChecker/src/hunspell/affentry.hxx
index eaf361fcce..923ee5ffed 100644
--- a/plugins/SpellChecker/src/hunspell/affentry.hxx
+++ b/plugins/SpellChecker/src/hunspell/affentry.hxx
@@ -11,6 +11,10 @@
class LIBHUNSPELL_DLL_EXPORTED PfxEntry : protected AffEntry
{
+private:
+ PfxEntry(const PfxEntry&);
+ PfxEntry& operator = (const PfxEntry&);
+private:
AffixMgr* pmyMgr;
PfxEntry * next;
@@ -67,6 +71,10 @@ public:
class LIBHUNSPELL_DLL_EXPORTED SfxEntry : protected AffEntry
{
+private:
+ SfxEntry(const SfxEntry&);
+ SfxEntry& operator = (const SfxEntry&);
+private:
AffixMgr* pmyMgr;
char * rappnd;