diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-25 18:35:57 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-25 18:35:57 +0100 |
commit | 2b52757bd9d089a712f7caceb5ff45c186a3d57b (patch) | |
tree | 0b66af26a0665c4591f2b09310e7c6ba2c828bb8 /offapi | |
parent | c2de28fe27fcdd552c3fbe4922548312d04337f4 (diff) | |
parent | 215e06e795c62dc9b2762932ecece9227dc3ea3d (diff) |
CWS gnumake3: resync to m98
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/grid/UnoControlGridModel.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl index 7eea49624045..b9cf8745d96e 100644 --- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl +++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl @@ -80,7 +80,7 @@ service UnoControlGridModel <p>You can implement your own instance of <type>XGridDataModel</type> or use the <type>DefaultGridDataModel</type>. */ - [property] XGridDataModel DataModel; + [property] XGridDataModel GridDataModel; /** Specifies the vertical scrollbar mode. <p>The default value is <FALSE/></p> |