summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/sax
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:27:03 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:27:03 +0000
commit19571fde85df2e861ad03a26638b113117185fef (patch)
treea48d9a91006243a740124ece2fd9310f980addda /offapi/com/sun/star/xml/sax
parent3a2f0fba06caad7cf046ef8331c097277aef82e9 (diff)
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 15:07:19 sb 1.5.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/xml/sax')
-rw-r--r--offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl6
-rw-r--r--offapi/com/sun/star/xml/sax/XLocator.idl6
-rw-r--r--offapi/com/sun/star/xml/sax/XParser.idl6
3 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl b/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl
index cf8dbe2844f5..3fcab0b58df9 100644
--- a/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XExtendedDocumentHandler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XExtendedDocumentHandler.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:11:20 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:26:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@ module com { module sun { module star { module xml { module sax {
<p>Note: Whether or not every callback is supported is dependent
on the parser implementation.
*/
-interface XExtendedDocumentHandler: com::sun::star::xml::sax::XDocumentHandler
+published interface XExtendedDocumentHandler: com::sun::star::xml::sax::XDocumentHandler
{
//-------------------------------------------------------------------------
/** receives notification about the start of a CDATA section in the
diff --git a/offapi/com/sun/star/xml/sax/XLocator.idl b/offapi/com/sun/star/xml/sax/XLocator.idl
index 446189232655..66b28abf53a8 100644
--- a/offapi/com/sun/star/xml/sax/XLocator.idl
+++ b/offapi/com/sun/star/xml/sax/XLocator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLocator.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:11:20 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:26:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,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.Locator</em>.</p>
*/
-interface XLocator: com::sun::star::uno::XInterface
+published interface XLocator: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** @returns
diff --git a/offapi/com/sun/star/xml/sax/XParser.idl b/offapi/com/sun/star/xml/sax/XParser.idl
index d888bc3579a4..9c8c5680a0bd 100644
--- a/offapi/com/sun/star/xml/sax/XParser.idl
+++ b/offapi/com/sun/star/xml/sax/XParser.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XParser.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:11:20 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:27:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,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.Parser</em> with some minor adaptations.</p>
*/
-interface XParser: com::sun::star::uno::XInterface
+published interface XParser: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** parses an XML document from a stream.