summaryrefslogtreecommitdiff
path: root/include/unotools/transliterationwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/transliterationwrapper.hxx')
-rw-r--r--include/unotools/transliterationwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/transliterationwrapper.hxx b/include/unotools/transliterationwrapper.hxx
index 840bb408a1f4..9f93477bac13 100644
--- a/include/unotools/transliterationwrapper.hxx
+++ b/include/unotools/transliterationwrapper.hxx
@@ -42,8 +42,8 @@ class UNOTOOLS_DLLPUBLIC TransliterationWrapper
sal_uInt32 nType;
mutable bool bFirstCall;
- TransliterationWrapper( const TransliterationWrapper& ) SAL_DELETED_FUNCTION;
- TransliterationWrapper& operator=( const TransliterationWrapper& ) SAL_DELETED_FUNCTION;
+ TransliterationWrapper( const TransliterationWrapper& ) = delete;
+ TransliterationWrapper& operator=( const TransliterationWrapper& ) = delete;
void loadModuleImpl() const;
void setLanguageLocaleImpl( sal_uInt16 nLang );