diff options
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XFastSerializer.idl')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastSerializer.idl | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastSerializer.idl b/offapi/com/sun/star/xml/sax/XFastSerializer.idl index 3534fcc31..5c59c13ab 100644 --- a/offapi/com/sun/star/xml/sax/XFastSerializer.idl +++ b/offapi/com/sun/star/xml/sax/XFastSerializer.idl @@ -27,26 +27,11 @@ #ifndef __com_sun_star_xml_sax_XFastSerializer_idl__ #define __com_sun_star_xml_sax_XFastSerializer_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_xml_sax_SAXException_idl__ #include <com/sun/star/xml/sax/SAXException.idl> -#endif - -#ifndef __com_sun_star_xml_sax_XFastDocumentHanlder_idl__ #include <com/sun/star/xml/sax/XFastDocumentHandler.idl> -#endif - -#ifndef __com_sun_star_io_XOutputStream_idl__ #include <com/sun/star/io/XOutputStream.idl> -#endif - -#ifndef __com_sun_star_xml_sax_XFastTokenHandler_idl__ #include <com/sun/star/xml/sax/XFastTokenHandler.idl> -#endif - //============================================================================= @@ -60,14 +45,14 @@ interface XFastSerializer: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** called by the parser when parsing of an xml stream is started. + /** called by the parser when parsing of an XML stream is started. */ void startDocument() raises( com::sun::star::xml::sax::SAXException ); //------------------------------------------------------------------------- - /** called by the parser after the last xml element of a stream is processed. + /** called by the parser after the last XML element of a stream is processed. */ void endDocument() raises( com::sun::star::xml::sax::SAXException ); |