From 5516df0aee8139bdc3ccba6f3f16c084d8ad85ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:33:27 +0100 Subject: loplugin:deletedspecial Change-Id: I53a088b74b95230aa3842bcac0bb1fd09e39cc12 --- include/unotools/transliterationwrapper.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/unotools/transliterationwrapper.hxx') diff --git a/include/unotools/transliterationwrapper.hxx b/include/unotools/transliterationwrapper.hxx index 715ea5fceb07..7d0dce0e1690 100644 --- a/include/unotools/transliterationwrapper.hxx +++ b/include/unotools/transliterationwrapper.hxx @@ -42,9 +42,8 @@ class UNOTOOLS_DLLPUBLIC TransliterationWrapper sal_uInt32 nType; mutable bool bFirstCall; - // not implemented, prevent usage - TransliterationWrapper( const TransliterationWrapper& ); - TransliterationWrapper& operator=( const TransliterationWrapper& ); + TransliterationWrapper( const TransliterationWrapper& ) SAL_DELETED_FUNCTION; + TransliterationWrapper& operator=( const TransliterationWrapper& ) SAL_DELETED_FUNCTION; void loadModuleImpl() const; void setLanguageLocaleImpl( sal_uInt16 nLang ); -- cgit