summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/VerbDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/VerbDescriptor.idl')
-rw-r--r--offapi/com/sun/star/embed/VerbDescriptor.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/embed/VerbDescriptor.idl b/offapi/com/sun/star/embed/VerbDescriptor.idl
index 67c563c06fe4..794133e41c73 100644
--- a/offapi/com/sun/star/embed/VerbDescriptor.idl
+++ b/offapi/com/sun/star/embed/VerbDescriptor.idl
@@ -20,27 +20,22 @@
#define __com_sun_star_embed_VerbDescriptor_idl__
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** describes a verb.
*/
published struct VerbDescriptor
{
- //------------------------------------------------------------------------
/** specifies the id of the verb.
*/
long VerbID;
- //------------------------------------------------------------------------
/** specifies the name of the verb.
*/
string VerbName;
- //------------------------------------------------------------------------
/** specifies the flags that are set for the verb.
<p>
@@ -49,7 +44,6 @@ published struct VerbDescriptor
*/
long VerbFlags;
- //------------------------------------------------------------------------
/** specifies the attributes of the verb.
<p>
@@ -60,7 +54,6 @@ published struct VerbDescriptor
};
-//============================================================================
}; }; }; };