summaryrefslogtreecommitdiff
path: root/shell/source/backends/kdebe/kdebackend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kdebe/kdebackend.cxx')
-rw-r--r--shell/source/backends/kdebe/kdebackend.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/backends/kdebe/kdebackend.cxx b/shell/source/backends/kdebe/kdebackend.cxx
index 82a4989e8df2..5f1825a7da50 100644
--- a/shell/source/backends/kdebe/kdebackend.cxx
+++ b/shell/source/backends/kdebe/kdebackend.cxx
@@ -61,8 +61,7 @@ rtl::OUString SAL_CALL getServiceImplementationName() {
css::uno::Sequence< rtl::OUString > SAL_CALL getServiceSupportedServiceNames() {
rtl::OUString name(
- RTL_CONSTASCII_USTRINGPARAM(
- "com.sun.star.configuration.backend.KDEBackend"));
+ "com.sun.star.configuration.backend.KDEBackend");
return css::uno::Sequence< rtl::OUString >(&name, 1);
}