summaryrefslogtreecommitdiff
path: root/sal/rtl/string.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 19:53:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-02 07:09:56 +0200
commitd563b9a5960e9bfe7077ee5aca44966d0bb3e2f1 (patch)
tree7d38488da147e8592ee70d8700ba702f2a626112 /sal/rtl/string.cxx
parent434391237010c94d54d89ad7f2ecef3638a772a0 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'sal/rtl/string.cxx')
-rw-r--r--sal/rtl/string.cxx2
1 files changed, 1 insertions, 1 deletions
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; */