summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-11-22 12:48:59 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-11-22 12:48:59 +0000
commitf17468a0610a89b101af46206894f0ef1eb94620 (patch)
treec2c91a6b55393f804c521eb0ddd533ed1c814a44 /offapi
parent78c3960a5d59db3ec337a876467ea6e16c3f490b (diff)
documentation.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ucb/OpenCommandArgument.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/OpenCommandArgument.idl b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
index d8edf9a65..d136768e3 100644
--- a/offapi/com/sun/star/ucb/OpenCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: OpenCommandArgument.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: kso $ $Date: 2000-11-22 13:48:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,12 @@ struct OpenCommandArgument
The data streamer, of type
<type>com::sun::star::io::XActiveDataStreamer</type>, providing both
read and write access to the contents.
+
+ If an XActiveDataSink is supplied, the implementation of the command
+ needs to provide an implementation of an object implementing both
+ interface <type>com::sun::star::io::XInputStream</type> and
+ interface <type>com::sun::star::io::XSeekable</type>. This object
+ has to be supplied to the data sink.
*/
com::sun::star::uno::XInterface Sink;