summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/sspellimp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:22:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:59 +0100
commita5bf14ee46209496bfdf92dc0ab309786d64c2de (patch)
treecf6eddac7c70d18a118a5bbed211b15dc72360de /lingucomponent/source/spellcheck/spell/sspellimp.hxx
parentb3934e4afc71abb3d7eacb5fce65a4eb7c3edd73 (diff)
loplugin:deletedspecial
Change-Id: I65d025fc465b9b1d11c43e01e2ff6796b72d6333
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index c3dac0b40254..097471b0381e 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -66,9 +66,8 @@ class SpellChecker :
linguistic::PropertyHelper_Spelling* pPropHelper;
bool bDisposing;
- // disallow copy-constructor and assignment-operator for now
- SpellChecker(const SpellChecker &);
- SpellChecker & operator = (const SpellChecker &);
+ SpellChecker(const SpellChecker &) SAL_DELETED_FUNCTION;
+ SpellChecker & operator = (const SpellChecker &) SAL_DELETED_FUNCTION;
linguistic::PropertyHelper_Spelling& GetPropHelper_Impl();
linguistic::PropertyHelper_Spelling& GetPropHelper()