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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/transliterationwrapper.hxx b/include/unotools/transliterationwrapper.hxx
index 0726d6caf139..7afdbf44411e 100644
--- a/include/unotools/transliterationwrapper.hxx
+++ b/include/unotools/transliterationwrapper.hxx
@@ -39,7 +39,7 @@ class UNOTOOLS_DLLPUBLIC TransliterationWrapper
{
css::uno::Reference< css::i18n::XExtendedTransliteration > xTrans;
LanguageTag aLanguageTag;
- TransliterationFlags nType;
+ TransliterationFlags const nType;
mutable bool bFirstCall;
TransliterationWrapper( const TransliterationWrapper& ) = delete;