summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:14:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:14:22 +0000
commita8139fb5ad2ebd0bbaf6686664c8e99e6ea1d776 (patch)
treeb71b25f914fd8cc8d8c66695bc2d9814a2a6da9d /xmlscript
parente8fb8eb513d81e9f969709b9df067658d898e9e1 (diff)
INTEGRATION: CWS tune03 (1.4.40); FILE MERGED
2004/07/22 19:07:39 mhu 1.4.40.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/inc/xmlscript/xmlmod_imexp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/inc/xmlscript/xmlmod_imexp.hxx b/xmlscript/inc/xmlscript/xmlmod_imexp.hxx
index 6ad1a2b8f123..78720220df01 100644
--- a/xmlscript/inc/xmlscript/xmlmod_imexp.hxx
+++ b/xmlscript/inc/xmlscript/xmlmod_imexp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmod_imexp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2003-09-04 09:18:56 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:14:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,14 +88,14 @@ struct ModuleDescriptor
::rtl::OUString aCode;
};
-SAL_DLLEXPORT void
+void
SAL_CALL exportScriptModule(
::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut,
const ModuleDescriptor& rMod )
SAL_THROW( (::com::sun::star::uno::Exception) );
-SAL_DLLEXPORT ::com::sun::star::uno::Reference<
+::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XDocumentHandler >
SAL_CALL importScriptModule( ModuleDescriptor& rMod )
SAL_THROW( (::com::sun::star::uno::Exception) );