summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-11-27 09:05:27 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-11-27 09:05:27 +0000
commitdb966934ca29b0a840ea5a10f7af152f7b0ff7e3 (patch)
tree0d6eff17abaff6031b06cfc60c31de0113ff0fef /udkapi
parent0253ee42c8da0181bc76c0f24c323642cc5d66e6 (diff)
#80377# corrected documentation
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/io/MarkableInputStream.idl9
-rw-r--r--udkapi/com/sun/star/io/MarkableOutputStream.idl9
2 files changed, 10 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/io/MarkableInputStream.idl b/udkapi/com/sun/star/io/MarkableInputStream.idl
index 0164c5ba505c..9f8823b473dd 100644
--- a/udkapi/com/sun/star/io/MarkableInputStream.idl
+++ b/udkapi/com/sun/star/io/MarkableInputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MarkableInputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jbu $ $Date: 2000-11-24 08:58:39 $
+ * last change: $Author: jbu $ $Date: 2000-11-27 10:05:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,9 +78,10 @@ module com { module sun { module star { module io {
/** allows to set marks in an InputStream and to later jump back to these
- marks. The implementation reads the original data from the inputstream,
+ marks.
+ <p>The implementation reads the original data from the inputstream,
that has been set previously at the XActiveDataSink interface. In general
- the implementation must buffer the data.
+ the implementation must buffer the data.</p>
*/
service MarkableInputStream
{
diff --git a/udkapi/com/sun/star/io/MarkableOutputStream.idl b/udkapi/com/sun/star/io/MarkableOutputStream.idl
index 14ed7c3e2d59..a817e04842a0 100644
--- a/udkapi/com/sun/star/io/MarkableOutputStream.idl
+++ b/udkapi/com/sun/star/io/MarkableOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MarkableOutputStream.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jbu $ $Date: 2000-11-24 08:59:27 $
+ * last change: $Author: jbu $ $Date: 2000-11-27 10:05:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,9 +78,10 @@ module com { module sun { module star { module io {
/** allows to set marks in an outputstream and to later jump back to these
- marks. The implementation stores the data as long as marks exists
+ marks.
+ <p>The implementation stores the data as long as marks exists
and later writes these data into the output stream,
- that has been set previously at the XActiveDataSource interface.
+ that has been set previously at the XActiveDataSource interface. </p>
*/
service MarkableInputStream
{