diff options
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturemanager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturemanager.cxx b/xmlsecurity/source/helper/documentsignaturemanager.cxx index 78c2b4d59afa..b48a33fe2e05 100644 --- a/xmlsecurity/source/helper/documentsignaturemanager.cxx +++ b/xmlsecurity/source/helper/documentsignaturemanager.cxx @@ -172,9 +172,9 @@ bool DocumentSignatureManager::isXML(const OUString& rURI) bool bIsXML = false; bool bPropsAvailable = false; - const OUString sPropFullPath("FullPath"); - const OUString sPropMediaType("MediaType"); - const OUString sPropDigest("Digest"); + static const OUStringLiteral sPropFullPath(u"FullPath"); + static const OUStringLiteral sPropMediaType(u"MediaType"); + static const OUStringLiteral sPropDigest(u"Digest"); if (readManifest()) { |