From a5bf14ee46209496bfdf92dc0ab309786d64c2de Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:22:31 +0100 Subject: loplugin:deletedspecial Change-Id: I65d025fc465b9b1d11c43e01e2ff6796b72d6333 --- lingucomponent/source/spellcheck/spell/sspellimp.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx') 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() -- cgit