diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl b/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl index bfa33ab1aa9d..9347f73df532 100644 --- a/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl +++ b/offapi/com/sun/star/xml/sax/SAXInvalidCharacterException.idl @@ -2,9 +2,9 @@ * * $RCSfile: SAXInvalidCharacterException.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:18 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:24:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ module com { module sun { module star { module xml { module sax { @see XLocater */ -exception SAXInvalidCharacterException: com::sun::star::xml::sax::SAXException +published exception SAXInvalidCharacterException: com::sun::star::xml::sax::SAXException { }; |