summaryrefslogtreecommitdiff
path: root/shell/source/backends/desktopbe/desktopbackend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/desktopbe/desktopbackend.cxx')
-rw-r--r--shell/source/backends/desktopbe/desktopbackend.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx
index c83401082cfa..c4c8ddbde4f3 100644
--- a/shell/source/backends/desktopbe/desktopbackend.cxx
+++ b/shell/source/backends/desktopbe/desktopbackend.cxx
@@ -60,8 +60,7 @@ rtl::OUString SAL_CALL getDefaultImplementationName() {
css::uno::Sequence< rtl::OUString > SAL_CALL getDefaultSupportedServiceNames() {
rtl::OUString name(
- RTL_CONSTASCII_USTRINGPARAM(
- "com.sun.star.configuration.backend.DesktopBackend"));
+ "com.sun.star.configuration.backend.DesktopBackend");
return css::uno::Sequence< rtl::OUString >(&name, 1);
}