summaryrefslogtreecommitdiff
path: root/svl/source/uno/pathservice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/uno/pathservice.cxx')
-rw-r--r--svl/source/uno/pathservice.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx
index a7a932435d24..5317176f51b5 100644
--- a/svl/source/uno/pathservice.cxx
+++ b/svl/source/uno/pathservice.cxx
@@ -52,7 +52,7 @@ public:
virtual OUString SAL_CALL getImplementationName()
throw(css::uno::RuntimeException)
{
- return OUString::createFromAscii("com.sun.star.comp.svl.PathService");
+ return OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.svl.PathService"));
}
virtual sal_Bool SAL_CALL supportsService (
@@ -66,7 +66,7 @@ public:
throw(css::uno::RuntimeException)
{
css::uno::Sequence< OUString > aRet(1);
- aRet.getArray()[0] = OUString::createFromAscii("com.sun.star.config.SpecialConfigManager");
+ aRet.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.config.SpecialConfigManager"));
return aRet;
}