diff options
Diffstat (limited to 'canvas/source/tools/parametricpolypolygon.cxx')
-rw-r--r-- | canvas/source/tools/parametricpolypolygon.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/tools/parametricpolypolygon.cxx b/canvas/source/tools/parametricpolypolygon.cxx index ca42d7fe36f7..d4d0a524e0e3 100644 --- a/canvas/source/tools/parametricpolypolygon.cxx +++ b/canvas/source/tools/parametricpolypolygon.cxx @@ -35,9 +35,9 @@ namespace canvas { uno::Sequence<OUString> ParametricPolyPolygon::getAvailableServiceNames() { - return {"LinearGradient", - "EllipticalGradient", - "RectangularGradient"}; + return {u"LinearGradient"_ustr, + u"EllipticalGradient"_ustr, + u"RectangularGradient"_ustr}; } rtl::Reference<ParametricPolyPolygon> ParametricPolyPolygon::create( |