summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-05-21 16:40:24 +0200
committerKurt Zenker <kz@openoffice.org>2010-05-21 16:40:24 +0200
commit692b763ac1adfdc7d93a41e711a08b9d5c43a726 (patch)
treebc24cad1c3679bcb87f029718f33a3bd6a5b132d /offapi/com/sun/star/awt/grid/GridColumnEvent.idl
parentdb40b74a1b000d538e932ce3ba74956d5ce87413 (diff)
parent8647236fc0c2adfb026552c3f75d34325d864b34 (diff)
CWS-TOOLING: integrate CWS gridcontrol_03
Notes
split repo tag: ure_ooo/DEV300_m79
Diffstat (limited to 'offapi/com/sun/star/awt/grid/GridColumnEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/GridColumnEvent.idl17
1 files changed, 2 insertions, 15 deletions
diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
index dfc6905d1148..caab721185a5 100644
--- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
@@ -31,24 +31,14 @@
#include <com/sun/star/lang/EventObject.idl>
#endif
-#ifndef __com_sun_star_awt_grid_XGridColumn_idl__
-#include <com/sun/star/awt/grid/XGridColumn.idl>
-#endif
-
//=============================================================================
module com { module sun { module star { module awt { module grid {
//=============================================================================
+/** An event used by a <type>XGridColumn</type> to notify changes in the column.
-/** An event used by a <type>XGridColumnModel</type> to notify changes in the column
- model to the <type>XGridControl</type>.
- You usually need to fill this event only if you implement the <type>XGridColumnModel</type>
- yourself.
-
- @see XGridColumnModel
- @see XGridControl
- @see XGridColumnListener
+ @since OOo 3.3.0
*/
struct GridColumnEvent: com::sun::star::lang::EventObject
{
@@ -63,9 +53,6 @@ struct GridColumnEvent: com::sun::star::lang::EventObject
/** Contains the index of the changed column**/
long index;
-
- /** Contains the changed column**/
- XGridColumn column;
//-------------------------------------------------------------------------
};