diff options
Diffstat (limited to 'svgio/source/svguno/xsvgparser.cxx')
-rw-r--r-- | svgio/source/svguno/xsvgparser.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx index 7c6141308294..4c722a039171 100644 --- a/svgio/source/svguno/xsvgparser.cxx +++ b/svgio/source/svguno/xsvgparser.cxx @@ -70,9 +70,7 @@ namespace svgio { uno::Sequence< OUString > XSvgParser_getSupportedServiceNames() { - OUString aServiceName("com.sun.star.graphic.SvgTools" ); - uno::Sequence< OUString > aServiceNames( &aServiceName, 1 ); - return aServiceNames; + return uno::Sequence< OUString > { "com.sun.star.graphic.SvgTools" }; } OUString XSvgParser_getImplementationName() |