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


User thb changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|---                       |OOo 3.3
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Feb 19 22:38:38 +0000 
2010 -------
Some notes are due to changeset ea3a9145b615 in cws vs80compat:

 * the namespace lookup things are just annoying
 * as well as the non-working PSTR conversion
 * the conditional operator problem is though clearly a compiler bug,
   what seems to happen here is that the whole expression results in a temporary
   ITextLayout, that happens to have no vtable & thusly crashes subsequently
   as per 5.16 3 item 1, and since both types are reference-compatible, they
   should bind directly and not create any temporaries inbetween. the resulting
   expression type should be ITextLayout&, which again should bind directly to
   the method parameter.
   - anyways, this idiom generates a warning, so the compiler is still safe to
     use in WaE mode.


---------------------------------------------------------------------
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]

Reply via email to