To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103305
                 Issue #|103305
                 Summary|sw: X & Y | Z, did ve really mean to say that
               Component|Word processor
                 Version|DEV300m51
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|ama
             Reported by|dtardon





------- Additional comments from dtar...@openoffice.org Fri Jul  3 05:17:39 
+0000 2009 -------
There is an if in sw/source/docvw/edtwin.cxx:1405 whose subexpression is

(nLclSelectionType & nsSelectionType::SEL_DRW|nsSelectionType::SEL_DRW_FORM)

According to operator precedence, this is parsed by compiler as

( ( nLclSelectionType & nsSelectionType::SEL_DRW ) | 
nsSelectionType::SEL_DRW_FORM )

, thus it will always evaluate to true in boolean context. Is that what was 
meant?

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


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

Reply via email to