summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/io/MarkableInputStream.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/MarkableInputStream.idl')
-rw-r--r--udkapi/com/sun/star/io/MarkableInputStream.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/MarkableInputStream.idl b/udkapi/com/sun/star/io/MarkableInputStream.idl
index 0733ecb44911..c54d29254077 100644
--- a/udkapi/com/sun/star/io/MarkableInputStream.idl
+++ b/udkapi/com/sun/star/io/MarkableInputStream.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module io {
/** allows to set marks in an inputstream and to later jump back to these
marks.
<p>The implementation reads the original data from the input stream,
- that has been set previously at the <type>XActiveDataSink</type>
+ that has been set previously at the XActiveDataSink
interface. In general the implementation must buffer the data. </p>
*/
published service MarkableInputStream