To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113731
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'' |'hdu,kstribley'
--------------------------------------------------------------------------------
Assigned to|pl |hdu
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Aug 9 08:48:14 +0000
2010 -------
Fine with me...
Since that gcc version seems to be so an** about sign conversions I'd prefer
- int nPrevClusterGlyph = (bRtl)? mvGlyphs.size() : -1;
+ int nPrevClusterGlyph = (bRtl)? (int)mvGlyphs.size() : -1;
to make the signedness-conversion explicitly which about every other compiler
does implicitly.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]