summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-07-30 09:41:19 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-07-30 09:41:19 +0000
commit9187f4da5b11d7b99bc4e18306870a45790d3132 (patch)
tree62c1b2812a02e0b636b85fc308094e923d9583f6 /offapi/com/sun/star/ucb
parentef48a98fa934141c56508f23dc4aff6c8ca2584a (diff)
Corrected documentation.
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r--offapi/com/sun/star/ucb/OpenCommandArgument.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/OpenCommandArgument.idl b/offapi/com/sun/star/ucb/OpenCommandArgument.idl
index 8aa2236245ad..80a21f163517 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kso $ $Date: 2001-02-22 09:48:32 $
+ * last change: $Author: kso $ $Date: 2002-07-30 10:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ struct OpenCommandArgument
//-------------------------------------------------------------------------
/** The properties, for that the values shall be provided by the
- <type>ContentResultSet</type> returned by the command).
+ <type>DynamicResultSet</type> returned by the command).
*/
sequence< com::sun::star::beans::Property > Properties;
};