summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/OpenCommandArgument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/OpenCommandArgument.idl')
-rw-r--r--offapi/com/sun/star/ucb/OpenCommandArgument.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/OpenCommandArgument.idl b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
index 6ec17644d033..14c5b744480c 100644
--- a/offapi/com/sun/star/ucb/OpenCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
@@ -43,9 +43,9 @@ published struct OpenCommandArgument
long Priority;
/** The data sink to write the contents into (supporting either
- <type scope="com::sun::star::io">XActiveDataSink</type>,
- <type scope="com::sun::star::io">XOutputStream</type> or
- <type scope="com::sun::star::io">XActiveDataStreamer</type>).
+ com::sun::star::io::XActiveDataSink,
+ com::sun::star::io::XOutputStream or
+ com::sun::star::io::XActiveDataStreamer).
<p>XActiveDataSink and XOutputStream give the caller read-only
access to the contents. XActiveDataStreamer offers both read and
@@ -53,9 +53,9 @@ published struct OpenCommandArgument
<p>If an XActiveDataSink is supplied, the implementation of the command
needs to provide an implementation of an object implementing the
- interface <type scope="com::sun::star::io">XInputStream</type>. It is
+ interface com::sun::star::io::XInputStream. It is
highly recommended that this object also implements the interface
- <type scope="com::sun::star::io">XSeekable</type>, if this can be done
+ com::sun::star::io::XSeekable, if this can be done
without wasting resources (i.e. allocating huge memory buffers).
The implementation object has to be supplied to the data sink.
*/