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





------- Additional comments from t...@openoffice.org Mon Feb 23 11:51:15 +0000 
2009 -------
OStringBuffer foover(<string literal>); is always OK. It relies on implicit 
conversion only once.

OStringBuffer foover = <string literal>; is another story. We have to convert 
the intializer to OStringBuffer implicitly, and the result is used as an 
argument for copy constructor. So It relies on twice conversion and will fail.



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


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

Reply via email to