summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/tools/unopolypolygon.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/basegfx/source/tools/unopolypolygon.cxx b/basegfx/source/tools/unopolypolygon.cxx
index 2e12a9e82ae6..12e00a784422 100644
--- a/basegfx/source/tools/unopolypolygon.cxx
+++ b/basegfx/source/tools/unopolypolygon.cxx
@@ -448,9 +448,7 @@ namespace unotools
uno::Sequence< OUString > SAL_CALL UnoPolyPolygon::getSupportedServiceNames() throw( uno::RuntimeException, std::exception )
{
- uno::Sequence<OUString> aRet { SERVICE_NAME };
-
- return aRet;
+ return { SERVICE_NAME };
}
B2DPolyPolygon UnoPolyPolygon::getPolyPolygon() const