summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/desktopbe/desktopbackend.cxx3
-rw-r--r--shell/source/backends/gconfbe/gconfbackend.cxx3
-rw-r--r--shell/source/backends/kde4be/kde4backend.cxx3
-rw-r--r--shell/source/backends/kdebe/kdebackend.cxx3
4 files changed, 4 insertions, 8 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);
}
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);
}
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);
}
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);
}