summaryrefslogtreecommitdiff
path: root/configmgr/source/update.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/update.hxx')
-rw-r--r--configmgr/source/update.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/update.hxx b/configmgr/source/update.hxx
index c1ede9b21caf..6ea08645fd6b 100644
--- a/configmgr/source/update.hxx
+++ b/configmgr/source/update.hxx
@@ -35,14 +35,14 @@ namespace com { namespace sun { namespace star {
namespace configmgr { namespace update {
-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();
} }