diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 16:33:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 19:42:13 +0200 |
commit | 54c866828a9b85c23830e4a8be2c27b59ffd3cd5 (patch) | |
tree | ba9721dbffd46e7ad147b950744bd731acffe380 /xmlscript/source/xml_helper | |
parent | 9d6a532e49b2bdc0ee808ff0f4e17d327d79a754 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscript
Change-Id: I59dc2d6949eb51394874403e62079ad75063882d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97773
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/source/xml_helper')
-rw-r--r-- | xmlscript/source/xml_helper/xml_impctx.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx index b696577b90da..5bb2f59f50d6 100644 --- a/xmlscript/source/xml_helper/xml_impctx.cxx +++ b/xmlscript/source/xml_helper/xml_impctx.cxx @@ -171,8 +171,8 @@ public: } -static OUString const g_sXMLNS_PREFIX_UNKNOWN( "<<< unknown prefix >>>" ); -static OUString const g_sXMLNS( "xmlns" ); +OUString const g_sXMLNS_PREFIX_UNKNOWN( "<<< unknown prefix >>>" ); +OUString const g_sXMLNS( "xmlns" ); DocumentHandlerImpl::DocumentHandlerImpl( |