summaryrefslogtreecommitdiff
path: root/uui/source/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/services.cxx')
-rw-r--r--uui/source/services.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx
index 4ab29d3764..6973a236e7 100644
--- a/uui/source/services.cxx
+++ b/uui/source/services.cxx
@@ -48,9 +48,9 @@ sal_Bool writeInfo( void * pRegistryKey,
const OUString & rImplementationName,
Sequence< OUString > const & rServiceNames )
{
- OUString aKeyName( OUString::createFromAscii( "/" ) );
+ OUString aKeyName( OUString(RTL_CONSTASCII_USTRINGPARAM( "/" )) );
aKeyName += rImplementationName;
- aKeyName += OUString::createFromAscii( "/UNO/SERVICES" );
+ aKeyName += OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES" ));
Reference< XRegistryKey > xKey;
try