summaryrefslogtreecommitdiff
path: root/svgio/source/svguno/xsvgparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svguno/xsvgparser.cxx')
-rw-r--r--svgio/source/svguno/xsvgparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 2fd907dea9b8..23742d7f0754 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -77,7 +77,7 @@ namespace svgio
{
uno::Sequence< rtl::OUString > XSvgParser_getSupportedServiceNames()
{
- static rtl::OUString aServiceName(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.graphic.SvgTools" ) );
+ static rtl::OUString aServiceName("com.sun.star.graphic.SvgTools" );
static uno::Sequence< rtl::OUString > aServiceNames( &aServiceName, 1 );
return( aServiceNames );