summaryrefslogtreecommitdiff
path: root/configmgr/source/readwriteaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/readwriteaccess.hxx')
-rw-r--r--configmgr/source/readwriteaccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/readwriteaccess.hxx b/configmgr/source/readwriteaccess.hxx
index 82f8300ccfe0..d891662d15aa 100644
--- a/configmgr/source/readwriteaccess.hxx
+++ b/configmgr/source/readwriteaccess.hxx
@@ -23,14 +23,14 @@ namespace com { namespace sun { namespace star {
namespace configmgr { namespace read_write_access {
-css::uno::Reference< css::uno::XInterface > SAL_CALL
+css::uno::Reference< css::uno::XInterface >
create(
css::uno::Reference< css::uno::XComponentContext >
const &);
-OUString SAL_CALL getImplementationName();
+OUString getImplementationName();
-css::uno::Sequence< OUString > SAL_CALL
+css::uno::Sequence< OUString >
getSupportedServiceNames();
} }