summaryrefslogtreecommitdiff
path: root/sal/rtl/string.cxx
diff options
context:
space:
mode:
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; */