summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/sax/SAXException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/SAXException.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/SAXException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xml/sax/SAXException.idl b/offapi/com/sun/star/xml/sax/SAXException.idl
index 9735cb38b7be..05c0c00a5154 100644
--- a/offapi/com/sun/star/xml/sax/SAXException.idl
+++ b/offapi/com/sun/star/xml/sax/SAXException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module xml { module sax {
-//=============================================================================
/** encapsulates the details of an XML parse error or warning.
@@ -41,7 +39,6 @@ module com { module sun { module star { module xml { module sax {
*/
published exception SAXException: com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
/** This field may contain a wrapped exception.
*/
@@ -49,7 +46,6 @@ published exception SAXException: com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; }; };