To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96087


User ab changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Tue Jan 13 13:49:47 +0000 
2009 -------
I had a closer look and interestingly this seems to make no difference,
at least for two of the cases.

The results of (X && Y) || Z and X && (Y || Z) only differ if
X==false/Y==true/Z==true or X==false/Y==false/Z==true

In the cases while( *p... and while( *pLine... this is not possible.
If *p / *pLine is false, the char is 0, so it cannot be anything else.

This is not so obvious for the while( refVar.Is() case, but the cri-
tical cases require z==true -> *p=='!'. I've never seen this, so
this probably is an exotic case.

At least this explains why this hasn't caused any problems so far.
Applied patch, FIXED


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


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

Reply via email to