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 1586939380d1..b886d70ad357 100644
--- a/svl/source/uno/pathservice.cxx
+++ b/svl/source/uno/pathservice.cxx
@@ -50,7 +50,7 @@ public:
virtual OUString SAL_CALL getImplementationName()
throw(css::uno::RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.svl.PathService"));
+ return OUString("com.sun.star.comp.svl.PathService");
}
virtual sal_Bool SAL_CALL supportsService (
@@ -64,7 +64,7 @@ public:
throw(css::uno::RuntimeException)
{
css::uno::Sequence< OUString > aRet(1);
- aRet.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.config.SpecialConfigManager"));
+ aRet.getArray()[0] = OUString("com.sun.star.config.SpecialConfigManager");
return aRet;
}