diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-28 15:00:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-28 16:04:46 +0200 |
commit | a63fcd0916ebe51d866ed1113babd1a521c175c6 (patch) | |
tree | 71f61ac4915081d55fa3dbc419f939c5aad41d56 /svgio/inc/svgnode.hxx | |
parent | aa770d615ec5722411cc4ab1f88de89d4cad5809 (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.hxx | 2 |
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); |