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/source/svgreader/svgnode.cxx | |
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/source/svgreader/svgnode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgnode.cxx | 2 |
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) { |