summaryrefslogtreecommitdiffstats
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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl
index 83f4dd52dc20..7eb260b5c9b3 100644
--- a/udkapi/com/sun/star/io/XOutputStream.idl
+++ b/udkapi/com/sun/star/io/XOutputStream.idl
@@ -58,7 +58,7 @@ published interface XOutputStream: com::sun::star::uno::XInterface
/** gets called to indicate that all data has been written.
<p>If this method has not yet been called, no attached
- <type>XInputStream</type> receives an EOF signal. No further
+ XInputStream receives an EOF signal. No further
bytes may be written after this method has been called.</p>
*/
void closeOutput()