summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/OpenCommandArgument2.idl')
-rw-r--r--offapi/com/sun/star/ucb/OpenCommandArgument2.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/OpenCommandArgument2.idl b/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
index dd98c3f378d1..6fa3a5bd0f12 100644
--- a/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
+++ b/offapi/com/sun/star/ucb/OpenCommandArgument2.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/ucb/OpenCommandArgument.idl>
#include <com/sun/star/ucb/NumberedSortingInfo.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** The argument for commands like "open", "update", and "synchronize".
<p>This struct extends the original OpenCommandArgument, which must not be
@@ -45,7 +43,6 @@ module com { module sun { module star { module ucb {
*/
published struct OpenCommandArgument2 : OpenCommandArgument
{
- //-------------------------------------------------------------------------
/** The sort criteria for the rows of the returned
<type>ContentResultSet</type>.
@@ -56,7 +53,6 @@ published struct OpenCommandArgument2 : OpenCommandArgument
sequence< com::sun::star::ucb::NumberedSortingInfo > SortingInfo;
};
-//=============================================================================
}; }; }; };