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