summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/GridColumnEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/GridColumnEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
index 2b3129297450..4999f8b09531 100644
--- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An event used by a <type>XGridColumn</type> to notify changes in the column.
@since OOo 3.3
@@ -52,10 +50,8 @@ struct GridColumnEvent: com::sun::star::lang::EventObject
/** Contains the index of the changed column**/
long ColumnIndex;
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; }; };