diff options
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( |