summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/PostCommandArgument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/PostCommandArgument.idl')
-rw-r--r--offapi/com/sun/star/ucb/PostCommandArgument.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/PostCommandArgument.idl b/offapi/com/sun/star/ucb/PostCommandArgument.idl
index 3bdc48985ae6..458581bf448a 100644
--- a/offapi/com/sun/star/ucb/PostCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/PostCommandArgument.idl
@@ -36,8 +36,8 @@ published struct PostCommandArgument
com::sun::star::io::XInputStream Source;
/** The data sink receiving the returned contents (supporting either
- <type scope="com::sun::star::io">XActiveDataSink</type> or
- <type scope="com::sun::star::io">XOutputStream</type>).
+ com::sun::star::io::XActiveDataSink or
+ com::sun::star::io::XOutputStream).
*/
com::sun::star::uno::XInterface Sink;
};