diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:33:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:04 +0100 |
commit | 5516df0aee8139bdc3ccba6f3f16c084d8ad85ee (patch) | |
tree | 96908e465c7de975a9f0b059540efbf0caa16362 /include/unotools/transliterationwrapper.hxx | |
parent | f3dbc6f9011144df3af7f42f0df1895d75140baf (diff) |
loplugin:deletedspecial
Change-Id: I53a088b74b95230aa3842bcac0bb1fd09e39cc12
Diffstat (limited to 'include/unotools/transliterationwrapper.hxx')
-rw-r--r-- | include/unotools/transliterationwrapper.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
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 ); |