From 3a2f0fba06caad7cf046ef8331c097277aef82e9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 01:26:24 +0000 Subject: INTEGRATION: CWS sb18 (1.5.406); FILE MERGED 2004/05/21 15:07:18 sb 1.5.406.1: #i21150# Added published flag. --- offapi/com/sun/star/xml/sax/XAttributeList.idl | 6 +++--- offapi/com/sun/star/xml/sax/XDTDHandler.idl | 6 +++--- offapi/com/sun/star/xml/sax/XDocumentHandler.idl | 6 +++--- offapi/com/sun/star/xml/sax/XEntityResolver.idl | 6 +++--- offapi/com/sun/star/xml/sax/XErrorHandler.idl | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'offapi') 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 {

This interface is an IDL version of the Java interface org.xml.sax.AttributeList.

*/ -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.

*/ -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 { org.xml.sax.DocumentHandler with some smaller adaptations.

*/ -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.

*/ -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 any serves as the container. The type of the exception is SAXParseException or an instance of a derived class.

*/ -interface XErrorHandler: com::sun::star::uno::XInterface +published interface XErrorHandler: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** receives notification of a recoverable error. -- cgit v1.2.3