summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 17:24:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 17:24:43 +0100
commita6f8766d352f33beea5631697fd8c7be2be5e85b (patch)
treeaaa9be1872e1d7c68698de7a34dc84b7ce09b182 /lingucomponent
parenta5cbf486ac69a8c6c090df032a24f7c14138ef8e (diff)
loplugin:deletedspecial (Mac OS X)
Change-Id: Ia09e2e7b3e40bd04da64b52fe29258017b90b156
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
index a7b10426adb4..df566a8cdbd7 100644
--- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
@@ -73,9 +73,8 @@ class MacSpellChecker :
linguistic::PropertyHelper_Spell * pPropHelper;
bool bDisposing;
- // disallow copy-constructor and assignment-operator for now
- MacSpellChecker(const MacSpellChecker &);
- MacSpellChecker & operator = (const MacSpellChecker &);
+ MacSpellChecker(const MacSpellChecker &) SAL_DELETED_FUNCTION;
+ MacSpellChecker & operator = (const MacSpellChecker &) SAL_DELETED_FUNCTION;
linguistic::PropertyHelper_Spell & GetPropHelper_Impl();
linguistic::PropertyHelper_Spell & GetPropHelper()