summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/GridSelectionEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/GridSelectionEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl b/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
index b580e4b7cdfd..eb89a18b5ae0 100644
--- a/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/awt/grid/SelectionEventType.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An event used by a <type>XGridControl</type> to notify changes in the selection.
@@ -45,7 +43,6 @@ module com { module sun { module star { module awt { module grid {
*/
struct GridSelectionEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** the selected row*/
long Row;
@@ -61,7 +58,6 @@ struct GridSelectionEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; }; };