https://issues.apache.org/ooo/show_bug.cgi?id=121875
Bug ID: 121875
Issue Type: DEFECT
Summary: [AWT] com::sun::star::awt::MenuItemStyle missing
constant for style NONE
Classification: Unclassified
Product: App Dev
Version: AOO 3.4.1
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: api
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The constants now available are:
CHECKABLE
specifies an item which can be checked independently.
RADIOCHECK
specifies an item which can be checked dependent on the neighbouring items.
AUTOCHECK
specifies to check this item automatically on select.
If you want to specify a menu item with no style, you have to indicate 0
because there is no constant value for that in the current idl definition.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.