summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/sax/XDTDHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XDTDHandler.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/XDTDHandler.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/xml/sax/XDTDHandler.idl b/offapi/com/sun/star/xml/sax/XDTDHandler.idl
index e3146da67278..7bc06ba8de42 100644
--- a/offapi/com/sun/star/xml/sax/XDTDHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XDTDHandler.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module xml { module sax {
-//=============================================================================
/** receives events according to the DTD of the document.
@@ -43,7 +41,6 @@ module com { module sun { module star { module xml { module sax {
*/
published interface XDTDHandler: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** receives notification of a notation declaration event.
*/
@@ -51,7 +48,6 @@ published interface XDTDHandler: com::sun::star::uno::XInterface
[in] string sPublicId,
[in] string sSystemId );
- //-------------------------------------------------------------------------
/** receives notification of an unparsed entity declaration event.
*/
@@ -62,7 +58,6 @@ published interface XDTDHandler: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; }; };