summaryrefslogtreecommitdiff
path: root/vcl/source/edit/xtextedt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/xtextedt.cxx')
-rw-r--r--vcl/source/edit/xtextedt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/edit/xtextedt.cxx b/vcl/source/edit/xtextedt.cxx
index 4d11f275b361..ae9335232679 100644
--- a/vcl/source/edit/xtextedt.cxx
+++ b/vcl/source/edit/xtextedt.cxx
@@ -28,7 +28,7 @@
using namespace ::com::sun::star;
-static const std::wstring gaGroupChars = L"(){}[]";
+const std::wstring gaGroupChars = L"(){}[]";
ExtTextEngine::ExtTextEngine()
{