summaryrefslogtreecommitdiff
path: root/svl/source/uno
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-25 21:21:10 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-25 21:21:10 +0100
commit261b50b8826153d36054df889c74a0f805848247 (patch)
tree41dd4e651e8ecaf7ae8bf7e2e6779a03698ea05a /svl/source/uno
parentd517af3b0e68be633e8c72396fcb1cc3d62249fb (diff)
RTL_CONSTASCII_USTRINGPARAM in libs-gui 17
Diffstat (limited to 'svl/source/uno')
-rw-r--r--svl/source/uno/registerservices.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/source/uno/registerservices.cxx b/svl/source/uno/registerservices.cxx
index e90d5bfe5de6..49f00d6a7845 100644
--- a/svl/source/uno/registerservices.cxx
+++ b/svl/source/uno/registerservices.cxx
@@ -71,14 +71,14 @@ SVL_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo (
Reference< css::registry::XRegistryKey > xNewKey;
xNewKey = xRegistryKey->createKey (
- OUString::createFromAscii(
- "/com.sun.star.uno.util.numbers.SvNumberFormatsSupplierServiceObject/UNO/SERVICES" ) );
+ OUString(RTL_CONSTASCII_USTRINGPARAM(
+ "/com.sun.star.uno.util.numbers.SvNumberFormatsSupplierServiceObject/UNO/SERVICES" )) );
xNewKey->createKey (
OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.util.NumberFormatsSupplier")) );
xNewKey = xRegistryKey->createKey (
- OUString::createFromAscii(
- "/com.sun.star.uno.util.numbers.SvNumberFormatterServiceObject/UNO/SERVICES" ) );
+ OUString(RTL_CONSTASCII_USTRINGPARAM(
+ "/com.sun.star.uno.util.numbers.SvNumberFormatterServiceObject/UNO/SERVICES" )) );
xNewKey->createKey (
OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.util.NumberFormatter")) );