diff options
Diffstat (limited to 'include/basegfx/polygon')
-rw-r--r-- | include/basegfx/polygon/b2dpolygontools.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygontools.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx index 5d5e51c3f2ea..8f3ef342f3bc 100644 --- a/include/basegfx/polygon/b2dpolygontools.hxx +++ b/include/basegfx/polygon/b2dpolygontools.hxx @@ -507,7 +507,7 @@ namespace basegfx::utils @return true, if the string was successfully parsed */ BASEGFX_DLLPUBLIC bool importFromSvgPoints( B2DPolygon& o_rPoly, - const OUString& rSvgPointsAttribute ); + std::u16string_view rSvgPointsAttribute ); /** Write poly-polygon to SVG. diff --git a/include/basegfx/polygon/b2dpolypolygontools.hxx b/include/basegfx/polygon/b2dpolypolygontools.hxx index f104ec931ab9..d253531f6ac9 100644 --- a/include/basegfx/polygon/b2dpolypolygontools.hxx +++ b/include/basegfx/polygon/b2dpolypolygontools.hxx @@ -150,7 +150,7 @@ namespace basegfx::utils */ BASEGFX_DLLPUBLIC bool importFromSvgD( B2DPolyPolygon& o_rPolyPoly, - const OUString& rSvgDAttribute, + std::u16string_view rSvgDAttribute, bool bHandleRelativeNextPointCompatible, PointIndexSet* pHelpPointIndexSet); |