summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/status/Verb.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/status/Verb.idl')
-rw-r--r--offapi/com/sun/star/frame/status/Verb.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/status/Verb.idl b/offapi/com/sun/star/frame/status/Verb.idl
index b33a233d9960..0361496b4cb8 100644
--- a/offapi/com/sun/star/frame/status/Verb.idl
+++ b/offapi/com/sun/star/frame/status/Verb.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_frame_status_Verb_idl__
-//=============================================================================
module com { module sun { module star { module frame { module status {
-//=============================================================================
/** describes a command that can be send to an OLE object
@@ -34,19 +32,16 @@ module com { module sun { module star { module frame { module status {
*/
struct Verb
{
- //-------------------------------------------------------------------------
/** specifies the Id of the command.
*/
long VerbId;
- //-------------------------------------------------------------------------
/** specifies the name of the command. The name is localized.
*/
string VerbName;
- //-------------------------------------------------------------------------
/** specifies if the command should be visible in a menu.
*/
@@ -57,7 +52,6 @@ struct Verb
boolean VerbIsConst;
};
-//=============================================================================
}; }; }; }; };