diff options
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xml_helper/xml_impctx.cxx | 4 | ||||
-rw-r--r-- | xmlscript/source/xmllib_imexp/xmllib_export.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx index e38263243717..27a5e746a854 100644 --- a/xmlscript/source/xml_helper/xml_impctx.cxx +++ b/xmlscript/source/xml_helper/xml_impctx.cxx @@ -162,8 +162,8 @@ public: } -constexpr OUStringLiteral g_sXMLNS_PREFIX_UNKNOWN( u"<<< unknown prefix >>>" ); -constexpr OUStringLiteral g_sXMLNS( u"xmlns" ); +constexpr OUString g_sXMLNS_PREFIX_UNKNOWN( u"<<< unknown prefix >>>"_ustr ); +constexpr OUString g_sXMLNS( u"xmlns"_ustr ); DocumentHandlerImpl::DocumentHandlerImpl( diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx index 00f8045a0b0c..6ab9b994c9c2 100644 --- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx +++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx @@ -29,8 +29,8 @@ using namespace com::sun::star; namespace xmlscript { -constexpr OUStringLiteral aTrueStr = u"true"; -constexpr OUStringLiteral aFalseStr = u"false"; +constexpr OUString aTrueStr = u"true"_ustr; +constexpr OUString aFalseStr = u"false"_ustr; void exportLibraryContainer( |