summaryrefslogtreecommitdiffstats
path: root/linguistic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-11 11:26:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-11 11:26:56 +0100
commit44960f43f50bfa9ed76e9153d23d98f6f0d5665a (patch)
tree50247dab3eb04e4ad6423e951feea83d2df22e77 /linguistic
parentSome loplugin:conststringvar/stringconstant improvements: sal (diff)
downloadcore-44960f43f50bfa9ed76e9153d23d98f6f0d5665a.tar.gz
core-44960f43f50bfa9ed76e9153d23d98f6f0d5665a.zip
Some loplugin:conststringvar/stringconstant improvements: linguistic
Change-Id: Ic41c77c24f43503a7984bae3520948917ec6bb23
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dicimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index 401398e57086..96d3cb00a4c9 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -62,7 +62,7 @@ using namespace linguistic;
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_Char* const pVerOOo7 = "OOoUserDict1";
static const sal_Int16 DIC_VERSION_DONTKNOW = -1;
static const sal_Int16 DIC_VERSION_2 = 2;