diff options
Diffstat (limited to 'include/unotools/transliterationwrapper.hxx')
-rw-r--r-- | include/unotools/transliterationwrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/transliterationwrapper.hxx b/include/unotools/transliterationwrapper.hxx index 882975bac2a5..a87cf29ca32c 100644 --- a/include/unotools/transliterationwrapper.hxx +++ b/include/unotools/transliterationwrapper.hxx @@ -43,7 +43,7 @@ class UNOTOOLS_DLLPUBLIC TransliterationWrapper { css::uno::Reference< css::i18n::XExtendedTransliteration > xTrans; LanguageTag aLanguageTag; - TransliterationFlags const nType; + TransliterationFlags nType; mutable bool bFirstCall; TransliterationWrapper( const TransliterationWrapper& ) = delete; |