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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/sax/XErrorHandler.idl b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
index da5a1e9ba495..db26a9e76276 100644
--- a/offapi/com/sun/star/xml/sax/XErrorHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module xml { module sax {
<p>This interface is a slight adaption of the Java interface
<code>org.xml.sax.ErrorHandler</code>. In IDL, no exception can be passed
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>
+ exception is SAXParseException or an instance of a derived class.</p>
*/
published interface XErrorHandler: com::sun::star::uno::XInterface
{