diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:39:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:39:10 +0000 |
commit | a1fc956f4d4a16395348efdb735c9e9434eb3340 (patch) | |
tree | b030155ac025d36902d67e3531100314f56e9334 /offapi/com/sun/star | |
parent | a535f57e7d3db702d4d84ecccdd7cbee57b33822 (diff) |
INTEGRATION: CWS dba31a (1.10.70); FILE MERGED
2008/07/04 19:58:16 fs 1.10.70.1: #i66628# +XGridControl
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/form/control/GridControl.idl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/control/GridControl.idl b/offapi/com/sun/star/form/control/GridControl.idl index b38cf93bc..2ea4234a9 100644 --- a/offapi/com/sun/star/form/control/GridControl.idl +++ b/offapi/com/sun/star/form/control/GridControl.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: GridControl.idl,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -77,7 +77,11 @@ //============================================================================= - module com { module sun { module star { module form { module control { +module com { module sun { module star { module form { + +published interface XGridControl; + +module control { //============================================================================= @@ -104,6 +108,8 @@ published service GridControl */ interface com::sun::star::form::XGrid; + [optional] interface com::sun::star::form::XGridControl; + /** used to broadcast modifications made by the user (within the active cell) */ interface com::sun::star::util::XModifyBroadcaster; |