summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/io/XStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XStream.idl')
-rw-r--r--udkapi/com/sun/star/io/XStream.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/io/XStream.idl b/udkapi/com/sun/star/io/XStream.idl
index e4d0445f043c..8fcf5fc28e60 100644
--- a/udkapi/com/sun/star/io/XStream.idl
+++ b/udkapi/com/sun/star/io/XStream.idl
@@ -32,15 +32,15 @@ module com { module sun { module star { module io {
published interface XStream: com::sun::star::uno::XInterface
{
/** @returns
- the <type>XInputStream</type> part of the stream. Closing the returned
- <type>XInputStream</type> also closes any <type>XOutputStream</type> part.
+ the XInputStream part of the stream. Closing the returned
+ XInputStream also closes any XOutputStream part.
*/
XInputStream getInputStream();
/** @returns
- the <type>XInputStream</type> part of the stream. Closing the returned
- <type>XOutputStream</type> also closes the <type>XInputStream</type> part.
+ the XInputStream part of the stream. Closing the returned
+ XOutputStream also closes the XInputStream part.
*/
XOutputStream getOutputStream();
};