diff options
author | Noel <noel.grandin@collabora.co.uk> | 2020-12-18 08:57:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-18 09:29:49 +0100 |
commit | 8e6ec5ebcc523a189238a90fd9237872d67085f9 (patch) | |
tree | bd1dba3f8c3a352f81d860cc6d811c1a323a49f1 /xmloff/source/transform/FrameOASISTContext.cxx | |
parent | 976ceae533becc3978e7c3741eadc69af4484437 (diff) |
use more string_view in IsXMLToken
Change-Id: Ib84e2e7db4b4e6e2486dd024d60057d9d42ff4b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107932
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/transform/FrameOASISTContext.cxx')
-rw-r--r-- | xmloff/source/transform/FrameOASISTContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/FrameOASISTContext.cxx b/xmloff/source/transform/FrameOASISTContext.cxx index 7bb1f2793a9b..e2c2295c8cef 100644 --- a/xmloff/source/transform/FrameOASISTContext.cxx +++ b/xmloff/source/transform/FrameOASISTContext.cxx @@ -33,7 +33,7 @@ using namespace ::com::sun::star::xml::sax; using namespace ::xmloff::token; bool XMLFrameOASISTransformerContext::IsLinkedEmbeddedObject( - const OUString& rLocalName, + std::u16string_view rLocalName, const Reference< XAttributeList >& rAttrList ) { if( !(IsXMLToken( rLocalName, XML_OBJECT ) || |