summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:14:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:14:59 +0000
commita77eec782c3ea2f92ff6a0cc17c3b368c2ad6992 (patch)
treebec495d9e47cb90db9ad56850671644f5650fdd1 /xmlscript
parentd364142dd192c4d7db2aa2de3af84987a59ccee6 (diff)
INTEGRATION: CWS tune03 (1.2.126); FILE MERGED
2004/07/22 19:07:42 mhu 1.2.126.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmlmod_imexp/xmlmod_export.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx b/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
index 11fa34417f8b..cd2f8dde5212 100644
--- a/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
+++ b/xmlscript/source/xmlmod_imexp/xmlmod_export.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmod_export.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2001-05-22 14:16:24 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:14:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@ namespace xmlscript
//==================================================================================================
-SAL_DLLEXPORT void
+void
SAL_CALL exportScriptModule(
Reference< xml::sax::XExtendedDocumentHandler > const & xOut,
const ModuleDescriptor& rMod )