From d563b9a5960e9bfe7077ee5aca44966d0bb3e2f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Jul 2020 19:53:00 +0200 Subject: Upcoming improved loplugin:staticanonymous -> redundantstatic: sal Change-Id: I022f5ed37d25f2c8a8870033bab32ff59d4d8da6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97648 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sal/rtl/string.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/rtl/string.cxx') diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx index 13bf7542c885..aa6e2f58f3ae 100644 --- a/sal/rtl/string.cxx +++ b/sal/rtl/string.cxx @@ -38,7 +38,7 @@ /* static data to be referenced by all empty strings * the refCount is predefined to 1 and must never become 0 ! */ -static rtl_String const aImplEmpty_rtl_String = +rtl_String const aImplEmpty_rtl_String = { SAL_STRING_STATIC_FLAG|1, /* sal_Int32 refCount; */ -- cgit