diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2011-01-31 08:03:52 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2011-01-31 08:03:52 +0100 |
commit | 35c319c209f34e62cebd0193693727c30795c8cc (patch) | |
tree | 8d065de088d9609f914a034a481cea51ac41b859 /offapi/com/sun/star/awt | |
parent | 52bce12e36ecd7018be8249575b5f7211dc32c6f (diff) | |
parent | 215e06e795c62dc9b2762932ecece9227dc3ea3d (diff) |
jsc340: merged to dev300m98
Diffstat (limited to 'offapi/com/sun/star/awt')
-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 0c2a8ae7ee35..60dcaff19eb6 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> |