diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:14:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:14:09 +0000 |
commit | e8fb8eb513d81e9f969709b9df067658d898e9e1 (patch) | |
tree | dc2ad5e8cf2369d9871746045577eb2618a08dc0 /xmlscript/inc | |
parent | 074b96d7b48d475121952c82104b7b95dc8bf552 (diff) |
INTEGRATION: CWS tune03 (1.9.22); FILE MERGED
2004/07/22 19:07:38 mhu 1.9.22.1: #i29979# Removed usage of SAL_DLLEXPORT (see @ sal/types.h)
Diffstat (limited to 'xmlscript/inc')
-rw-r--r-- | xmlscript/inc/xmlscript/xmllib_imexp.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlscript/inc/xmlscript/xmllib_imexp.hxx b/xmlscript/inc/xmlscript/xmllib_imexp.hxx index ecaa6d62adf4..15733dd14d02 100644 --- a/xmlscript/inc/xmlscript/xmllib_imexp.hxx +++ b/xmlscript/inc/xmlscript/xmllib_imexp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmllib_imexp.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-03-17 13:42:25 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:14:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,27 +102,27 @@ struct LibDescriptorArray }; -SAL_DLLEXPORT void +void SAL_CALL exportLibraryContainer( ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut, const LibDescriptorArray* pLibArray ) 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 importLibraryContainer( LibDescriptorArray* pLibArray ) SAL_THROW( (::com::sun::star::uno::Exception) ); -SAL_DLLEXPORT void +void SAL_CALL exportLibrary( ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut, const LibDescriptor& rLib ) 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 importLibrary( LibDescriptor& rLib ) SAL_THROW( (::com::sun::star::uno::Exception) ); |