summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:14:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:14:35 +0000
commited44b6bc418bfdf42024253bd6fb5b5a17fc906f (patch)
tree421a1b8853a6e3f829d09ce7d9230d58f66c2394 /xmlscript
parenta8139fb5ad2ebd0bbaf6686664c8e99e6ea1d776 (diff)
INTEGRATION: CWS tune03 (1.7.22); FILE MERGED
2004/07/22 19:07:41 mhu 1.7.22.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_export.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx
index 3938e97bf21a..de7fab36edba 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmllib_export.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 13:42:39 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:14:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ static OUString aFalseStr( RTL_CONSTASCII_USTRINGPARAM("false") );
//==================================================================================================
-SAL_DLLEXPORT void
+void
SAL_CALL exportLibraryContainer(
Reference< xml::sax::XExtendedDocumentHandler > const & xOut,
const LibDescriptorArray* pLibArray )
@@ -147,7 +147,7 @@ SAL_CALL exportLibraryContainer(
//==================================================================================================
-SAL_DLLEXPORT void
+void
SAL_CALL exportLibrary(
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut,
const LibDescriptor& rLib )