Author: hdu Date: Wed Jul 17 12:43:36 2013 New Revision: 1504103 URL: http://svn.apache.org/r1504103 Log: #i116828# fix comment in XGridColumn IDL
Patch by: Tsutomu Uchino <hanya.r...@gmail.com> Found by: marce...@club-internet.fr Review by: Herbert Duerr Modified: openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridColumn.idl Modified: openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridColumn.idl URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridColumn.idl?rev=1504103&r1=1504102&r2=1504103&view=diff ============================================================================== --- openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridColumn.idl (original) +++ openoffice/trunk/main/offapi/com/sun/star/awt/grid/XGridColumn.idl Wed Jul 17 12:43:36 2013 @@ -96,7 +96,7 @@ published interface XGridColumn */ [attribute] ::com::sun::star::style::HorizontalAlignment HorizontalAlign; - /** A title is displayed in the colum header row if <method>UnoControlGridModel::ShowRowHeader</method> is set to <true/>**/ + /** A title is displayed in the colum header row if <method>UnoControlGridModel::ShowColumnHeader</method> is set to <true/>**/ [attribute] string Title; /** is the help text associated with the column.