To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47612
------- Additional comments from [EMAIL PROTECTED] Wed Apr 20 05:42:51 -0700
2005 -------
The patch is sub-optimal, instead of:
- OUString aClosingBrace(String(sal_Unicode(')')));
- OUString aEmptySpace(String(sal_Unicode(' ')));
+ OUString aClosingBrace=OUString(String(sal_Unicode(')')));
+ OUString aEmptySpace=OUString(String(sal_Unicode(' ')));
we should have:
+ OUString aClosingBrace(sal_Unicode(')'));
etc.
---------------------------------------------------------------------
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]