diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index 724cd5f24539..87c84471549c 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -185,7 +185,7 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement( if (pNsDef->prefix == nullptr) { pAttributeList->AddAttribute( - STRXMLNS, + u"" STRXMLNS ""_ustr, OUString::fromUtf8(reinterpret_cast<char const *>(pNsHref))); } else @@ -877,7 +877,7 @@ void SAL_CALL XMLDocumentWrapper_XmlSecImpl::compressedSetDocumentLocator( sal_I /* XServiceInfo */ OUString SAL_CALL XMLDocumentWrapper_XmlSecImpl::getImplementationName( ) { - return "com.sun.star.xml.wrapper.XMLDocumentWrapper"; + return u"com.sun.star.xml.wrapper.XMLDocumentWrapper"_ustr; } sal_Bool SAL_CALL XMLDocumentWrapper_XmlSecImpl::supportsService( const OUString& rServiceName ) @@ -887,7 +887,7 @@ sal_Bool SAL_CALL XMLDocumentWrapper_XmlSecImpl::supportsService( const OUString uno::Sequence< OUString > SAL_CALL XMLDocumentWrapper_XmlSecImpl::getSupportedServiceNames( ) { - return { "com.sun.star.xml.wrapper.XMLDocumentWrapper" }; + return { u"com.sun.star.xml.wrapper.XMLDocumentWrapper"_ustr }; } extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface* |