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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/OpenCommandArgument.idl b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
index c2035ce73dea..6ec17644d033 100644
--- a/offapi/com/sun/star/ucb/OpenCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
@@ -33,7 +33,7 @@ published struct OpenCommandArgument
{
/** A mode.
- <p>The value can be one of the <type>OpenMode</type> constants.
+ <p>The value can be one of the OpenMode constants.
*/
long Mode;
@@ -62,7 +62,7 @@ published struct OpenCommandArgument
com::sun::star::uno::XInterface Sink;
/** The properties, for that the values shall be provided by the
- <type>DynamicResultSet</type> returned by the command).
+ DynamicResultSet returned by the command).
*/
sequence< com::sun::star::beans::Property > Properties;
};