To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96099 Issue #|96099 Summary|svx: dodgy double assignment Component|Drawing Version|DEV300m35 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ka Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Tue Nov 11 14:50:12 +0000 2008 ------- const bool bCompletelyTransparent(0xff == nStartLuminance == nEndLuminance); will bind as const bool bCompletelyTransparent((0xff == nStartLuminance) == nEndLuminance); giving either const bool bCompletelyTransparent(true == nEndLuminance); or const bool bCompletelyTransparent(false == nEndLuminance); The attachment does what we probably want, i.e. return true if both nStart and nEnd are the same value of 0xff --------------------------------------------------------------------- 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]
