Issue 116828 - XGridColumn : comment error in IDL
Summary: XGridColumn : comment error in IDL
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: 4.1.0
Assignee: jsc
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-06 07:41 UTC by bmarcelly
Modified: 2017-05-20 09:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to fix like suggested by reporter (710 bytes, patch)
2012-06-21 11:41 UTC, hanya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2011-02-06 07:41:43 UTC
c.s.s.awt.grid.XGridColumn

the description of attribute Title reads :
A title is displayed in the colum header row if
UnoControlGridModel::ShowRowHeader is set to true 

It should read :
A title is displayed in the colum header row if
UnoControlGridModel::ShowColumnHeader is set to true
Comment 1 hanya 2012-06-21 11:41:06 UTC
Created attachment 78428 [details]
Patch to fix like suggested by reporter

Proposed patch to fix.
Comment 2 SVN Robot 2013-07-17 12:48:47 UTC
"hdu" committed SVN revision 1504103 into trunk:
#i116828# fix comment in XGridColumn IDL
Comment 3 hdu@apache.org 2013-07-17 12:58:00 UTC
Fixed