summaryrefslogtreecommitdiff
path: root/include/xmlscript/xmlmod_imexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlscript/xmlmod_imexp.hxx')
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index 41dd8a5ccaee..dd974cc712f6 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.hxx
@@ -40,12 +40,12 @@ struct XMLSCRIPT_DLLPUBLIC ModuleDescriptor
};
XMLSCRIPT_DLLPUBLIC void
-SAL_CALL exportScriptModule(
+exportScriptModule(
css::uno::Reference< css::xml::sax::XWriter > const & xOut,
const ModuleDescriptor& rMod );
XMLSCRIPT_DLLPUBLIC css::uno::Reference< css::xml::sax::XDocumentHandler >
-SAL_CALL importScriptModule( ModuleDescriptor& rMod );
+importScriptModule( ModuleDescriptor& rMod );
}