summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/SelectionEventType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/SelectionEventType.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/SelectionEventType.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/grid/SelectionEventType.idl b/offapi/com/sun/star/awt/grid/SelectionEventType.idl
index ccf9f49dcd17..2d2d7605b667 100644
--- a/offapi/com/sun/star/awt/grid/SelectionEventType.idl
+++ b/offapi/com/sun/star/awt/grid/SelectionEventType.idl
@@ -29,30 +29,25 @@
#define __com_sun_star_awt_grid_SelectionEventType_idl__
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** specifies the type of a selection event, as used by
<type>GridSelectionEvent</type>.
*/
enum SelectionEventType
{
- //-------------------------------------------------------------------------
/** This value indicates that a selection was added to the grid control
*/
ADD,
- //-------------------------------------------------------------------------
/** This value indicates that a selection was removed from the grid control
*/
REMOVE,
- //-------------------------------------------------------------------------
/** This value indicates that a selection was changed
*/
@@ -60,7 +55,6 @@ enum SelectionEventType
};
-//=============================================================================
}; }; }; }; };