To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72225
User kr changed the following:
What |Old value |New value
================================================================================
Status|VERIFIED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Dec 21 08:02:07 -0800
2006 -------
After some thoughts I would like to re-open this. Basically I have the feeling,
that changing operands in case of an error/mismatch is wrong, because any
original value would be overwritten.
E.g.
...
sal_Bool myBool = sal_True;
any >>= myBool; // Any is sometimes empty
// default, if any is empty
if(myBool)
{
...
would break ...
---------------------------------------------------------------------
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]