summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/localebe/localebackend.cxx4
-rw-r--r--shell/source/backends/localebe/localebackend.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/backends/localebe/localebackend.cxx b/shell/source/backends/localebe/localebackend.cxx
index 3392bb73cfc0..056d8a48bb32 100644
--- a/shell/source/backends/localebe/localebackend.cxx
+++ b/shell/source/backends/localebe/localebackend.cxx
@@ -320,7 +320,7 @@ css::uno::Any LocaleBackend::getPropertyValue(
}
-OUString SAL_CALL LocaleBackend::getBackendName() {
+OUString LocaleBackend::getBackendName() {
return OUString("com.sun.star.comp.configuration.backend.LocaleBackend") ;
}
@@ -329,7 +329,7 @@ OUString SAL_CALL LocaleBackend::getImplementationName()
return getBackendName() ;
}
-uno::Sequence<OUString> SAL_CALL LocaleBackend::getBackendServiceNames()
+uno::Sequence<OUString> LocaleBackend::getBackendServiceNames()
{
uno::Sequence<OUString> aServiceNameList { "com.sun.star.configuration.backend.LocaleBackend" };
return aServiceNameList ;
diff --git a/shell/source/backends/localebe/localebackend.hxx b/shell/source/backends/localebe/localebackend.hxx
index 4fd0e75b593b..006d669db0ee 100644
--- a/shell/source/backends/localebe/localebackend.hxx
+++ b/shell/source/backends/localebe/localebackend.hxx
@@ -56,13 +56,13 @@ class LocaleBackend final : public ::cppu::WeakImplHelper <
@return implementation name
*/
- static OUString SAL_CALL getBackendName() ;
+ static OUString getBackendName() ;
/**
Provides the supported services names
@return service names
*/
- static uno::Sequence<OUString> SAL_CALL getBackendServiceNames() ;
+ static uno::Sequence<OUString> getBackendServiceNames() ;
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL