summaryrefslogtreecommitdiff
path: root/svgio/inc/svgnode.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-09-28 15:00:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-28 16:04:46 +0200
commita63fcd0916ebe51d866ed1113babd1a521c175c6 (patch)
tree71f61ac4915081d55fa3dbc419f939c5aad41d56 /svgio/inc/svgnode.hxx
parentaa770d615ec5722411cc4ab1f88de89d4cad5809 (diff)
use more string_view in svgio
Change-Id: I30d2f02941673ce33febc4e0f563e77b80a585fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140707 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/inc/svgnode.hxx')
-rw-r--r--svgio/inc/svgnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx
index 54016aa34e99..4bdbd3046d75 100644
--- a/svgio/inc/svgnode.hxx
+++ b/svgio/inc/svgnode.hxx
@@ -137,7 +137,7 @@ namespace svgio::svgreader
void accept(Visitor& rVisitor);
/// scan helper to read and interpret a local CssStyle to mpLocalCssStyle
- void readLocalCssStyle(const OUString& aContent);
+ void readLocalCssStyle(std::u16string_view aContent);
/// style helpers
void parseAttributes(const css::uno::Reference< css::xml::sax::XAttributeList >& xAttribs);