summaryrefslogtreecommitdiff
path: root/sal/rtl/ustring.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/ustring.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/ustring.cxx')
-rw-r--r--sal/rtl/ustring.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx
index 01fea63e160c..66e2fe03ce9d 100644
--- a/sal/rtl/ustring.cxx
+++ b/sal/rtl/ustring.cxx
@@ -47,7 +47,7 @@
/* static data to be referenced by all empty strings
* the refCount is predefined to 1 and must never become 0 !
*/
-static rtl_uString const aImplEmpty_rtl_uString =
+rtl_uString const aImplEmpty_rtl_uString =
{
sal_Int32(SAL_STRING_INTERN_FLAG|SAL_STRING_STATIC_FLAG|1), /*sal_Int32 refCount; */
0, /*sal_Int32 length; */