Issue 121447 - SwAccessibleParagraph::GetGlyphBoundRect() always fails
Summary: SwAccessibleParagraph::GetGlyphBoundRect() always fails
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 3.4.1
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: hdu@apache.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 13:13 UTC by hdu@apache.org
Modified: 2013-07-12 11:14 UTC (History)
1 user (show)

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


Attachments
fix SwAccessibleParagraph::GetGlyphBoundRect()'s return value (517 bytes, patch)
2012-12-07 13:24 UTC, hdu@apache.org
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description hdu@apache.org 2012-12-07 13:13:44 UTC

    
Comment 1 hdu@apache.org 2012-12-07 13:24:46 UTC
Created attachment 80007 [details]
fix SwAccessibleParagraph::GetGlyphBoundRect()'s return value

The method always returned FALSE even for successful calls.
Comment 2 SVN Robot 2012-12-07 15:53:36 UTC
"hdu" committed SVN revision 1418366 into trunk:
#i121447# fix SwAccessibleParagraph::GetGlyphBoundary()'s return value
Comment 3 hdu@apache.org 2012-12-07 15:55:09 UTC
Fixed with the commit above.