summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/ItemEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/ItemEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/ItemEvent.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/ItemEvent.idl b/offapi/com/sun/star/awt/ItemEvent.idl
index e7c9784b283a..2cd76214883b 100644
--- a/offapi/com/sun/star/awt/ItemEvent.idl
+++ b/offapi/com/sun/star/awt/ItemEvent.idl
@@ -22,29 +22,24 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies an event occurred to an item of a menu, a list box etc.
*/
published struct ItemEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** specifies which item is newly selected.
*/
long Selected;
- //-------------------------------------------------------------------------
/** specifies which item is newly highlighted.
*/
long Highlighted;
- //-------------------------------------------------------------------------
/** specifies the id of the item.
*/
@@ -52,7 +47,6 @@ published struct ItemEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };