diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:26:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:26:24 +0000 |
commit | 3a2f0fba06caad7cf046ef8331c097277aef82e9 (patch) | |
tree | 6bc24826451525f1c77e9c82d14c1bd831a4d369 /offapi | |
parent | 936f282dccd25882a755219c904775a3f2213c02 (diff) |
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 15:07:18 sb 1.5.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XAttributeList.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/sax/XDTDHandler.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/sax/XDocumentHandler.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/sax/XEntityResolver.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/sax/XErrorHandler.idl | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/xml/sax/XAttributeList.idl b/offapi/com/sun/star/xml/sax/XAttributeList.idl index abafe7a9aca9..995a512c2aaa 100644 --- a/offapi/com/sun/star/xml/sax/XAttributeList.idl +++ b/offapi/com/sun/star/xml/sax/XAttributeList.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAttributeList.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:18 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:25:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module xml { module sax { <p>This interface is an IDL version of the Java interface <em>org.xml.sax.AttributeList</em>.</p> */ -interface XAttributeList: com::sun::star::uno::XInterface +published interface XAttributeList: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/xml/sax/XDTDHandler.idl b/offapi/com/sun/star/xml/sax/XDTDHandler.idl index d8fa642ddcf8..a22a978fec5d 100644 --- a/offapi/com/sun/star/xml/sax/XDTDHandler.idl +++ b/offapi/com/sun/star/xml/sax/XDTDHandler.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDTDHandler.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:25:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ module com { module sun { module star { module xml { module sax { and/or notation that corresponds with the attribute value. </p> */ -interface XDTDHandler: com::sun::star::uno::XInterface +published interface XDTDHandler: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/xml/sax/XDocumentHandler.idl b/offapi/com/sun/star/xml/sax/XDocumentHandler.idl index 44d242859ac9..4ccd580bde02 100644 --- a/offapi/com/sun/star/xml/sax/XDocumentHandler.idl +++ b/offapi/com/sun/star/xml/sax/XDocumentHandler.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDocumentHandler.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:25:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ module com { module sun { module star { module xml { module sax { <em>org.xml.sax.DocumentHandler</em> with some smaller adaptations.</p> */ -interface XDocumentHandler: com::sun::star::uno::XInterface +published interface XDocumentHandler: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/xml/sax/XEntityResolver.idl b/offapi/com/sun/star/xml/sax/XEntityResolver.idl index cb8e30c27a4c..085bd386b0ad 100644 --- a/offapi/com/sun/star/xml/sax/XEntityResolver.idl +++ b/offapi/com/sun/star/xml/sax/XEntityResolver.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEntityResolver.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:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ module com { module sun { module star { module xml { module sax { references (See documentation of the parser implementation). Use this interface to modify or reimplement this behaviour.</p> */ -interface XEntityResolver: com::sun::star::uno::XInterface +published interface XEntityResolver: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- 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. |