diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 13:21:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 16:16:34 +0200 |
commit | 6a9f71f232eb214a4be943b4f6a9e4a228a1ed5c (patch) | |
tree | 30294d8855e8722764e2f49cc8a978bd28801d52 /linguistic/source/lngprophelp.cxx | |
parent | 7bbe1e6b9878bf9f418b677fc8732c14e376e3b4 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: linguistic
Change-Id: I9f179db10c55f41e07c1f7fd519a58d68b7e6ad9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97614
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'linguistic/source/lngprophelp.cxx')
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 1c066e7eba34..d6681c222228 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -54,7 +54,7 @@ static const char *aCH[] = UPN_IS_USE_DICTIONARY_LIST, }; -static const int nCHCount = SAL_N_ELEMENTS(aCH); +const int nCHCount = SAL_N_ELEMENTS(aCH); PropertyChgHelper::PropertyChgHelper( |