summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgnode.cxx
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/source/svgreader/svgnode.cxx
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/source/svgreader/svgnode.cxx')
-rw-r--r--svgio/source/svgreader/svgnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index 02954f986d96..d45624d3edc6 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -296,7 +296,7 @@ namespace svgio::svgreader
{
}
- void SvgNode::readLocalCssStyle(const OUString& aContent)
+ void SvgNode::readLocalCssStyle(std::u16string_view aContent)
{
if(!mpLocalCssStyle)
{