summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/CommandInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CommandInfo.idl')
-rw-r--r--offapi/com/sun/star/ucb/CommandInfo.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/CommandInfo.idl b/offapi/com/sun/star/ucb/CommandInfo.idl
index 76d91ae6422f..f02c31c70861 100644
--- a/offapi/com/sun/star/ucb/CommandInfo.idl
+++ b/offapi/com/sun/star/ucb/CommandInfo.idl
@@ -22,36 +22,30 @@
#include <com/sun/star/reflection/XIdlClass.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** describes a command.
@see XCommandProcessor
*/
published struct CommandInfo
{
- //-------------------------------------------------------------------------
/** contains the name of a command.
*/
string Name;
- //-------------------------------------------------------------------------
/** contains an implementation specific handle for the command.
<p>It may be <code>-1</code> if the implementation has no handle.
*/
long Handle;
- //-------------------------------------------------------------------------
/** contains the type of the command's argument.
*/
type ArgType;
};
-//=============================================================================
}; }; }; };