From e8fb8eb513d81e9f969709b9df067658d898e9e1 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 08:14:09 +0000 Subject: 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) --- xmlscript/inc/xmlscript/xmllib_imexp.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmlscript/inc') 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) ); -- cgit