summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/sax/XErrorHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XErrorHandler.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/XErrorHandler.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/sax/XErrorHandler.idl b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
index c81364b53740..07a837a8f79f 100644
--- a/offapi/com/sun/star/xml/sax/XErrorHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XErrorHandler.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:11:19 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:26:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ module com { module sun { module star { module xml { module sax {
as an argument, so an <code>any</code> serves as the container. The type of the
exception is <type>SAXParseException</type> or an instance of a derived class.</p>
*/
-interface XErrorHandler: com::sun::star::uno::XInterface
+published interface XErrorHandler: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** receives notification of a recoverable error.