summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XOutputStream.idl
diff options
context:
space:
mode:
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
{
//-------------------------------------------------------------------------