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 [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]