summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/mozilla/MenuMultipleChange.idl')
-rw-r--r--offapi/com/sun/star/mozilla/MenuMultipleChange.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/offapi/com/sun/star/mozilla/MenuMultipleChange.idl b/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
index 9ad42904b00d..b27a05a28784 100644
--- a/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
+++ b/offapi/com/sun/star/mozilla/MenuMultipleChange.idl
@@ -27,61 +27,42 @@
module com { module sun { module star { module mozilla {
-
-// DocMerge from idl: struct com::sun::star::mozilla::MenuMultipleChange
/** Explains properties of a menu item
*/
published struct MenuMultipleChange
{
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ID
/** unique ID of this menu item
*/
short ID;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::GroupID
/** unique ID of the group this menu item belongs to
*/
short GroupID;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::PreItemID
/** unique ID of the item directly above this menu item, used for fuzzy placement
*/
short PreItemID;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ItemText
/** text of the menu item
*/
string ItemText;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsVisible
/** true if visible
*/
boolean IsVisible;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsActive
/** true if active, so clickable
*/
boolean IsActive;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsCheckable
/** true if checkable, so there can be a checkmark
*/
boolean IsCheckable;
-
- // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsChecked
/** true if there is a checkmark
*/
boolean IsChecked;
-
- // DocMerge from idl: field com::sun::star::mozilla::MenuMultipleChange::Image
/** sequence of bytes representing a possible image
*/
sequence<byte> Image;