summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc/unoservices.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/inc/unoservices.hxx')
-rw-r--r--xmlscript/source/inc/unoservices.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx
index de330a74ad3e..32582d248c22 100644
--- a/xmlscript/source/inc/unoservices.hxx
+++ b/xmlscript/source/inc/unoservices.hxx
@@ -34,12 +34,12 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace xmlscript {
-css::uno::Sequence<OUString> SAL_CALL
+css::uno::Sequence<OUString>
getSupportedServiceNames_DocumentHandlerImpl();
-OUString SAL_CALL getImplementationName_DocumentHandlerImpl();
+OUString getImplementationName_DocumentHandlerImpl();
-css::uno::Reference<css::uno::XInterface> SAL_CALL create_DocumentHandlerImpl(
+css::uno::Reference<css::uno::XInterface> create_DocumentHandlerImpl(
css::uno::Reference<css::uno::XComponentContext> const & xContext);
}