To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104620 Issue #|104620 Summary|ambiguous boolean expession in svx/source/sdr/primitiv |e2d/sdrattributecreator.cxx Component|Drawing Version|DEV300m56 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|ENHANCEMENT Priority|P3 Subcomponent|code Assigned to|aw Reported by|tono
------- Additional comments from [email protected] Sun Aug 30 04:23:42 +0000 2009 ------- At line 555 in svx/source/sdr/primitive2d/sdrattributecreator.cxx the following boolean expression causes warning with gcc 4.4.0. It is ambiguous and it is difficult for me difficult to understand what the line is intended to do. const bool bCompletelyTransparent(0xff == nStartLuminance == nEndLuminance); --------------------------------------------------------------------- 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]
