From e458da3a9d66677c64ec03f0a9ea40431d6f4ab1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 4 Sep 2003 08:18:46 +0000 Subject: INTEGRATION: CWS cliuno01 (1.7.36); FILE MERGED 2003/08/19 14:34:41 dbo 1.7.36.1: #110159# revised API --- xmlscript/inc/xmlscript/xmllib_imexp.hxx | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'xmlscript/inc') diff --git a/xmlscript/inc/xmlscript/xmllib_imexp.hxx b/xmlscript/inc/xmlscript/xmllib_imexp.hxx index b030920574..20df6a649e 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ab $ $Date: 2002-04-18 09:18:10 $ + * last change: $Author: obo $ $Date: 2003-09-04 09:18:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,17 +68,14 @@ #include #endif -#ifndef _XMLSCRIPT_XMLNS_H_ -#include -#endif +#include "xmlscript/xmlns.h" namespace xmlscript { -//================================================================================================== +//============================================================================== // Library container export - // HACK C++ struct to transport info. Later the container // itself should do the export/import and use exportet XML // functionality from xmlscript @@ -106,27 +103,29 @@ struct LibDescriptorArray SAL_DLLEXPORT void SAL_CALL exportLibraryContainer( - ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut, + ::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::xml::sax::XDocumentHandler > +SAL_DLLEXPORT ::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 SAL_CALL exportLibrary( - ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut, + ::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::xml::sax::XDocumentHandler > +SAL_DLLEXPORT ::com::sun::star::uno::Reference< + ::com::sun::star::xml::sax::XDocumentHandler > SAL_CALL importLibrary( LibDescriptor& rLib ) SAL_THROW( (::com::sun::star::uno::Exception) ); -//================================================================================================== - } #endif -- cgit v1.2.3