summaryrefslogtreecommitdiff
path: root/oox/source/shape/ShapeContextHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/ShapeContextHandler.cxx')
-rw-r--r--oox/source/shape/ShapeContextHandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx
index acc8624af602..9db23f51b325 100644
--- a/oox/source/shape/ShapeContextHandler.cxx
+++ b/oox/source/shape/ShapeContextHandler.cxx
@@ -599,8 +599,7 @@ OUString ShapeContextHandler::getImplementationName()
uno::Sequence< OUString > ShapeContextHandler::getSupportedServiceNames()
{
- uno::Sequence< OUString > s { "com.sun.star.xml.sax.FastShapeContextHandler" };
- return s;
+ return { "com.sun.star.xml.sax.FastShapeContextHandler" };
}
sal_Bool SAL_CALL ShapeContextHandler::supportsService(const OUString & ServiceName)