summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-04-15 16:43:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-04-15 20:11:48 +0200
commit558aaa9ed222e7142fe87c9bab9a8293a5e2a159 (patch)
tree7b9a0361dd07dbc0ca6b67ef130d27368569cf18 /xmlsecurity/inc
parentba74c925a5ef872c291613d4be589e1ab4b4e9e1 (diff)
use more string_view in xml*
Change-Id: Ie219cb3feb98660463858d00f82f882881946ad0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133072 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/documentsignaturemanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/documentsignaturemanager.hxx b/xmlsecurity/inc/documentsignaturemanager.hxx
index 06a1a4194be3..06dd200de365 100644
--- a/xmlsecurity/inc/documentsignaturemanager.hxx
+++ b/xmlsecurity/inc/documentsignaturemanager.hxx
@@ -84,7 +84,7 @@ public:
* Checks if a particular stream is a valid xml stream. Those are treated
* differently when they are signed (c14n transformation)
*/
- bool isXML(const OUString& rURI);
+ bool isXML(std::u16string_view rURI);
bool readManifest();
SignatureStreamHelper ImplOpenSignatureStream(sal_Int32 nStreamOpenMode, bool bTempStream);