summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XOutputStream.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:50:20 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:50:20 +0000
commit6e287de07465778bed7e01f344f8319220d05087 (patch)
tree4ddf6daba7b2fad54233d25f3050bb3b30f9aa90 /udkapi/com/sun/star/io/XOutputStream.idl
parent87223371b143c3c811007afa5e17f529618878af (diff)
INTEGRATION: CWS sb18 (1.10.100); FILE MERGED
2004/05/21 15:09:39 sb 1.10.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/io/XOutputStream.idl')
-rw-r--r--udkapi/com/sun/star/io/XOutputStream.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl
index 9eaf92217..0050d7891 100644
--- a/udkapi/com/sun/star/io/XOutputStream.idl
+++ b/udkapi/com/sun/star/io/XOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XOutputStream.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:35:24 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:50:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ module com { module sun { module star { module io {
See the <a href="http://udk.openoffice.org/common/man/concept/streams.html">
streaming document</a> for further information on chaining and piping streams.
*/
-interface XOutputStream: com::sun::star::uno::XInterface
+published interface XOutputStream: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------