summaryrefslogtreecommitdiff
path: root/include/vcl/i18nhelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/i18nhelp.hxx')
-rw-r--r--include/vcl/i18nhelp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/i18nhelp.hxx b/include/vcl/i18nhelp.hxx
index b3657afe7da6..38d0232b20b4 100644
--- a/include/vcl/i18nhelp.hxx
+++ b/include/vcl/i18nhelp.hxx
@@ -47,7 +47,7 @@ namespace vcl
class VCL_DLLPUBLIC I18nHelper
{
::osl::Mutex maMutex;
- LanguageTag const maLanguageTag;
+ LanguageTag maLanguageTag;
css::uno::Reference< css::uno::XComponentContext > m_xContext;
std::unique_ptr<LocaleDataWrapper> mpLocaleDataWrapper;