summaryrefslogtreecommitdiff
path: root/xmlscript/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 08:18:46 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 08:18:46 +0000
commite458da3a9d66677c64ec03f0a9ea40431d6f4ab1 (patch)
tree7f036a59be9408102cc95b5d36eeafd3790c6ab7 /xmlscript/inc
parentdc32db328449aa997e381bf3f5f8af1d181f7c59 (diff)
INTEGRATION: CWS cliuno01 (1.7.36); FILE MERGED
2003/08/19 14:34:41 dbo 1.7.36.1: #110159# revised API
Diffstat (limited to 'xmlscript/inc')
-rw-r--r--xmlscript/inc/xmlscript/xmllib_imexp.hxx25
1 files changed, 12 insertions, 13 deletions
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 <com/sun/star/uno/Sequence.hxx>
#endif
-#ifndef _XMLSCRIPT_XMLNS_H_
-#include <xmlscript/xmlns.h>
-#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