diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-18 16:37:37 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-18 16:37:37 +0100 |
commit | 0ee1f45b46f0960d5fc708a481afc17e7960b4e4 (patch) | |
tree | 73a2d8d2c314489a0acfa6097f44ae0c6c486a88 | |
parent | 143f3034d17306416ac8ceade8437ef56059e239 (diff) | |
parent | 51a080b32fe44052f78c8048cd9436323156d8d3 (diff) |
CWS-TOOLING: integrate CWS gridcontrol07
-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> |