summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlmod_imexp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:15:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:15:11 +0000
commit6580c86bfdc2eec2f44d19b6f0e830590fd81421 (patch)
treee0536d004ffbd7ced516dc226d6bbd27db4b1dea /xmlscript/source/xmlmod_imexp
parenta77eec782c3ea2f92ff6a0cc17c3b368c2ad6992 (diff)
INTEGRATION: CWS tune03 (1.6.18); FILE MERGED
2004/07/22 19:07:42 mhu 1.6.18.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)
Diffstat (limited to 'xmlscript/source/xmlmod_imexp')
-rw-r--r--xmlscript/source/xmlmod_imexp/xmlmod_import.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
index d9f34a3b506a..3d7d6686d7c3 100644
--- a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
+++ b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmod_import.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 16:19:35 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:15:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -246,7 +246,7 @@ ModuleImport::~ModuleImport()
//##################################################################################################
-SAL_DLLEXPORT Reference< xml::sax::XDocumentHandler >
+Reference< xml::sax::XDocumentHandler >
SAL_CALL importScriptModule( ModuleDescriptor& rMod )
SAL_THROW( (Exception) )
{