summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MenuItemStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MenuItemStyle.idl')
-rw-r--r--offapi/com/sun/star/awt/MenuItemStyle.idl15
1 files changed, 3 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/MenuItemStyle.idl b/offapi/com/sun/star/awt/MenuItemStyle.idl
index b0c6fef17539..194a732ae38c 100644
--- a/offapi/com/sun/star/awt/MenuItemStyle.idl
+++ b/offapi/com/sun/star/awt/MenuItemStyle.idl
@@ -19,36 +19,27 @@
#ifndef __com_sun_star_awt_MenuItemStyle_idl__
#define __com_sun_star_awt_MenuItemStyle_idl__
-
-
- module com { module sun { module star { module awt {
-
+module com { module sun { module star { module awt {
/** These values are used to specify the properties of a menu item.
-
- <p>They may be expanded in future versions.</p>
*/
-published constants MenuItemStyle
+constants MenuItemStyle
{
-
/** specifies an item which can be checked independently.
*/
const short CHECKABLE = 1;
-
- /** specifies an item which can be checked dependent on the neighboring
+ /** specifies an item which can be checked dependent on the neighbouring
items.
*/
const short RADIOCHECK = 2;
-
/** specifies to check this item automatically on select.
*/
const short AUTOCHECK = 4;
};
-
}; }; }; };
#endif