From 6a9f71f232eb214a4be943b4f6a9e4a228a1ed5c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Jul 2020 13:21:56 +0200 Subject: 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 --- linguistic/source/lngprophelp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/source/lngprophelp.cxx') 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( -- cgit