diff options
author | Mihaela Kedikova <misheto@openoffice.org> | 2010-02-12 16:51:46 +0100 |
---|---|---|
committer | Mihaela Kedikova <misheto@openoffice.org> | 2010-02-12 16:51:46 +0100 |
commit | e947b6c55b1b2c6980f316f39a14dbbb790d457c (patch) | |
tree | 4a11faa9cff84fcb2e3f67a27bd8cebb7132f527 | |
parent | 969ab37d036dbd302a5da9f7510ada8854facfcd (diff) |
recent changes for grid control
-rw-r--r-- | offapi/com/sun/star/awt/grid/GridDataEvent.idl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/GridDataEvent.idl b/offapi/com/sun/star/awt/grid/GridDataEvent.idl index c97f654dd..779751ff3 100644 --- a/offapi/com/sun/star/awt/grid/GridDataEvent.idl +++ b/offapi/com/sun/star/awt/grid/GridDataEvent.idl @@ -30,10 +30,7 @@ #ifndef __com_sun_star_awt_grid_GridDataEvent_idl__ #define __com_sun_star_awt_grid_GridDataEvent_idl__ -#ifndef __com_sun_star_lang_EventObject_idl__ #include <com/sun/star/lang/EventObject.idl> -#endif - //============================================================================= @@ -70,7 +67,7 @@ struct GridDataEvent: com::sun::star::lang::EventObject string headerName; /** Contains the changed row**/ - sequence<string> rowData; + sequence<any> rowData; }; |