summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/Command.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/Command.idl')
-rw-r--r--offapi/com/sun/star/ucb/Command.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/Command.idl b/offapi/com/sun/star/ucb/Command.idl
index 6b0958e66df5..95731c11876a 100644
--- a/offapi/com/sun/star/ucb/Command.idl
+++ b/offapi/com/sun/star/ucb/Command.idl
@@ -22,23 +22,19 @@
#include <com/sun/star/ucb/CommandInfo.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** contains a command.
@see XCommandProcessor
*/
published struct Command
{
- //-------------------------------------------------------------------------
/** contains the name of the command.
*/
string Name;
- //-------------------------------------------------------------------------
/** contains an implementation specific handle for the command.
<p>It must be <code>-1</code> if the implementation has no handle.
@@ -46,14 +42,12 @@ published struct Command
*/
long Handle;
- //-------------------------------------------------------------------------
/** contains the argument of the command
*/
any Argument;
};
-//=============================================================================
}; }; }; };