diff options
Diffstat (limited to 'include/basegfx/polygon/b2dpolypolygontools.hxx')
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygontools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |