summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/VerbAttributes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/VerbAttributes.idl')
-rw-r--r--offapi/com/sun/star/embed/VerbAttributes.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/VerbAttributes.idl b/offapi/com/sun/star/embed/VerbAttributes.idl
index b9dc9e545bb7..3124508489ca 100644
--- a/offapi/com/sun/star/embed/VerbAttributes.idl
+++ b/offapi/com/sun/star/embed/VerbAttributes.idl
@@ -20,30 +20,25 @@
#define __com_sun_star_embed_VerbAttributes_idl__
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** The constant set specifies possible attributes of a verb.
@see VerbDescriptor
*/
published constants VerbAttributes
{
- // -----------------------------------------------------------------------
/** Execution of the verb with this attribute must not modify the
object.
*/
const long MS_VERBATTR_NEVERDIRTIES = 1;
- // -----------------------------------------------------------------------
/** indicates that the verb should appear in the object's menu.
*/
const long MS_VERBATTR_ONCONTAINERMENU = 2;
};
-//============================================================================
}; }; }; };