diff options
author | Herbert Dürr <hdu@apache.org> | 2013-07-17 12:43:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-17 17:28:19 +0100 |
commit | f39e8cadc74573a787641615406777da5a9e5343 (patch) | |
tree | 86e2acc08576c1b667e6a2bed1d41e9bc70f0797 /offapi | |
parent | add80418d0cc7cf799a5b8fbb511d290437aaaf0 (diff) |
Resolves: #i116828# fix comment in XGridColumn IDL
Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
Found by: marcelly@club-internet.fr
Review by: Herbert Duerr
(cherry picked from commit 17f5e0140232f9483dd461a0ea58d59b11280f71)
Conflicts:
offapi/com/sun/star/awt/grid/XGridColumn.idl
Change-Id: I176dccf7d6e2016dbedea08423e2d08e8ff6f073
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/grid/XGridColumn.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index 2e3ca12ee715..74cacb95d647 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -91,7 +91,7 @@ published interface XGridColumn */ [attribute] ::com::sun::star::style::HorizontalAlignment HorizontalAlign; - /** A title is displayed in the column header row if UnoControlGridModel::ShowRowHeader() is set to `TRUE`**/ + /** A title is displayed in the column header row if UnoControlGridModel::ShowColumnHeader() is set to `TRUE`**/ [attribute] string Title; /** is the help text associated with the column. |