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
commiteaba48171cf86ab46e630718e547015a4c89a6ab (patch)
tree9804c9ffa3faac79eab8d9a7a600194840c2489c /xmlscript/inc
parent18cfbd41343da433b3dbcd86e2303dabd775bfa4 (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 7031eee593c4..074d5c1a6d24 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