summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-21 08:09:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-21 09:19:33 +0200
commit4401f13a9e2d29503529c219f5f447c68b327007 (patch)
tree0be9bd1a030566d30e84e7b2a10d7fdda96dfe00 /sal
parentc3ca7e85ea27cb19475086e64b14e780c93910ca (diff)
Improved oplugin:staticanonymous -> redundantstatic redux, macOS
Change-Id: I221351bdc43b48e714acca89bc84db007258299e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99115 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/nlsupport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx
index 3a0b1021e726..28d367c11ae9 100644
--- a/sal/osl/unx/nlsupport.cxx
+++ b/sal/osl/unx/nlsupport.cxx
@@ -650,7 +650,7 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale )
* from the ISO language codes.
*/
-static const Pair full_locale_list[] = {
+const Pair full_locale_list[] = {
{ "ja_JP.eucJP", RTL_TEXTENCODING_EUC_JP },
{ "ja_JP.EUC", RTL_TEXTENCODING_EUC_JP },
{ "ko_KR.EUC", RTL_TEXTENCODING_EUC_KR },
@@ -658,7 +658,7 @@ static const Pair full_locale_list[] = {
{ "zh_TW.EUC", RTL_TEXTENCODING_EUC_TW }
};
-static const Pair locale_extension_list[] = {
+const Pair locale_extension_list[] = {
{ "big5", RTL_TEXTENCODING_BIG5 },
{ "big5hk", RTL_TEXTENCODING_BIG5_HKSCS },
{ "gb18030", RTL_TEXTENCODING_GB_18030 },
@@ -687,7 +687,7 @@ static const Pair locale_extension_list[] = {
{ "utf-8", RTL_TEXTENCODING_UTF8 }
};
-static const Pair iso_language_list[] = {
+const Pair iso_language_list[] = {
{ "af", RTL_TEXTENCODING_ISO_8859_1 },
{ "ar", RTL_TEXTENCODING_ISO_8859_6 },
{ "az", RTL_TEXTENCODING_ISO_8859_9 },