To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99770
                 Issue #|99770
                 Summary|vcl: ambiguous && || sequence
               Component|gsl
                 Version|DEV300m42
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|cmc





------- Additional comments from c...@openoffice.org Mon Mar  2 10:27:31 +0000 
2009 -------
Attached is a patch that addresses the last gcc 4.4 warnings in vcl.

It keeps the existing logic in all cases, but should be reviewed to see if
that's what was originally meant, e.g. the atktext.cxx && || looks suspicious
and from the comments maybe should instead be ...

if (
     -2 == offset && 
     (ATK_TEXT_BOUNDARY_LINE_START == boundary_type ||
ATK_TEXT_BOUNDARY_LINE_END == boundary_type)
   )

and the && || in source/window/decoview.cxx also looks a little suspicious as 
well.

---------------------------------------------------------------------
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to