diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:42:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:42:11 +0100 |
commit | 0cca099cfb5a653043867bc090eeec9f278d5749 (patch) | |
tree | 517d36389f694ea37dbcda8594d7e67f11d6045e /linguistic | |
parent | b63fbe006f74df9e1af2cec4271721972bb6de6b (diff) |
New loplugin:externvar: linguistic
Change-Id: I2fd1b1a6008067b8a289e1dc0ebfe7dfeb879328
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 79bb649ffa61..d50597a9b6a2 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -91,7 +91,7 @@ struct WID_Name //! order of entries is import (see LinguOptions::GetName) //! since the WID is used as index in this table! -WID_Name aWID_Name[] = +WID_Name const aWID_Name[] = { { 0, nullptr }, { UPH_IS_USE_DICTIONARY_LIST, UPN_IS_USE_DICTIONARY_LIST }, |