summaryrefslogtreecommitdiff
path: root/shell/source/backends/kde4be/kde4backend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kde4be/kde4backend.cxx')
-rw-r--r--shell/source/backends/kde4be/kde4backend.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/backends/kde4be/kde4backend.cxx b/shell/source/backends/kde4be/kde4backend.cxx
index f6b7fb9bf8d2..d39eb5a6974e 100644
--- a/shell/source/backends/kde4be/kde4backend.cxx
+++ b/shell/source/backends/kde4be/kde4backend.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.KDE4Backend"));
+ "com.sun.star.configuration.backend.KDE4Backend");
return css::uno::Sequence< rtl::OUString >(&name, 1);
}