summaryrefslogtreecommitdiff
path: root/unotools/source/misc/wincodepage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/wincodepage.cxx')
-rw-r--r--unotools/source/misc/wincodepage.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/misc/wincodepage.cxx b/unotools/source/misc/wincodepage.cxx
index 5a5df8b3ed2e..493476a5b80b 100644
--- a/unotools/source/misc/wincodepage.cxx
+++ b/unotools/source/misc/wincodepage.cxx
@@ -20,9 +20,9 @@ rtl_TextEncoding impl_getWinTextEncodingFromLangStrANSI(const char* pLanguage)
struct LangEncodingDef
{
- const char* mpLangStr;
- decltype(nLangLen) mnLangStrLen;
- rtl_TextEncoding meTextEncoding;
+ const char* const mpLangStr;
+ decltype(nLangLen) const mnLangStrLen;
+ rtl_TextEncoding const meTextEncoding;
};
static LangEncodingDef const aLanguageTab[] =
{
@@ -82,9 +82,9 @@ rtl_TextEncoding impl_getWinTextEncodingFromLangStrOEM(const char* pLanguage)
struct LangEncodingDef
{
- const char* mpLangStr;
- decltype(nLangLen) mnLangStrLen;
- rtl_TextEncoding meTextEncoding;
+ const char* const mpLangStr;
+ decltype(nLangLen) const mnLangStrLen;
+ rtl_TextEncoding const meTextEncoding;
};
static LangEncodingDef const aLanguageTab[] =
{