summaryrefslogtreecommitdiff
path: root/filter/source/svg/svguno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svguno.cxx')
-rw-r--r--filter/source/svg/svguno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svguno.cxx b/filter/source/svg/svguno.cxx
index b94675d7adb7..92e092e8155c 100644
--- a/filter/source/svg/svguno.cxx
+++ b/filter/source/svg/svguno.cxx
@@ -61,7 +61,7 @@ extern "C"
{
Reference< XRegistryKey > xNewKey(
reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( SVGFilter_getImplementationName() ) );
- xNewKey = xNewKey->createKey( OUString::createFromAscii( "/UNO/SERVICES" ) );
+ xNewKey = xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES" )) );
const Sequence< OUString > & rSNL = SVGFilter_getSupportedServiceNames();
const OUString * pArray = rSNL.getConstArray();