diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 11:26:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 11:26:56 +0100 |
commit | 44960f43f50bfa9ed76e9153d23d98f6f0d5665a (patch) | |
tree | 50247dab3eb04e4ad6423e951feea83d2df22e77 /linguistic/source | |
parent | 5e355dabccdbaa94de8897edc1fd88b16993b493 (diff) |
Some loplugin:conststringvar/stringconstant improvements: linguistic
Change-Id: Ic41c77c24f43503a7984bae3520948917ec6bb23
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/dicimp.cxx | 2 |
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; |