summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/ControlCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/ControlCommand.idl')
-rw-r--r--offapi/com/sun/star/frame/ControlCommand.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/ControlCommand.idl b/offapi/com/sun/star/frame/ControlCommand.idl
index d66b3c259d14..375718694b62 100644
--- a/offapi/com/sun/star/frame/ControlCommand.idl
+++ b/offapi/com/sun/star/frame/ControlCommand.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/beans/NamedValue.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** describes a command which can be send to a generic toolbar control.
@@ -34,14 +32,12 @@ module com { module sun { module star { module frame {
*/
struct ControlCommand
{
- //-------------------------------------------------------------------------
/** specifies the command which should be processed by the toolbar
control.
*/
string Command;
- //-------------------------------------------------------------------------
/** specifies a sequence of named values which are used as argument
for the command. The number and type of arguments depend on the
@@ -50,7 +46,6 @@ struct ControlCommand
sequence< com::sun::star::beans::NamedValue > Arguments;
};
-//=============================================================================
}; }; }; };