summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/dicimp.cxx')
-rw-r--r--linguistic/source/dicimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index 5efe94f475de..401398e57086 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -59,9 +59,9 @@ using namespace linguistic;
#define MAX_HEADER_LENGTH 16
-static const sal_Char* pVerStr2 = "WBSWG2";
-static const sal_Char* pVerStr5 = "WBSWG5";
-static const sal_Char* pVerStr6 = "WBSWG6";
+static const sal_Char* const pVerStr2 = "WBSWG2";
+static const sal_Char* const pVerStr5 = "WBSWG5";
+static const sal_Char* const pVerStr6 = "WBSWG6";
static const sal_Char* pVerOOo7 = "OOoUserDict1";
static const sal_Int16 DIC_VERSION_DONTKNOW = -1;