diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-11-07 17:24:39 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-11-07 17:24:39 +0000 |
commit | 465d0eaf3bde48f51f14ad25d3769476b8d14e0f (patch) | |
tree | c1cda26fc4ab48116d876aedd6e576e5c4d168b2 /xmlscript/inc | |
parent | 52efe67e4fa27e022e4437d99fc0a6639aa8759f (diff) |
#86383# importLibrary, exportLibrary
Diffstat (limited to 'xmlscript/inc')
-rw-r--r-- | xmlscript/inc/xmlscript/xmllib_imexp.hxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xmlscript/inc/xmlscript/xmllib_imexp.hxx b/xmlscript/inc/xmlscript/xmllib_imexp.hxx index c39e31672752..420f499a230f 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ab $ $Date: 2001-10-23 15:12:25 $ + * last change: $Author: ab $ $Date: 2001-11-07 18:24:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,17 @@ SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDoc 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, + const LibDescriptor& rLib ) + SAL_THROW( (::com::sun::star::uno::Exception) ); + +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) ); + //================================================================================================== } |