To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75565
------- Additional comments from [EMAIL PROTECTED] Wed Mar 21 07:36:03 +0000
2007 -------
Ah, I should have known that I should not come to you with the optimization
issue :)
Let me rephrase: I'm too lazy to type
aBuffer.append( ::rtl::OString( sString.getStr(), aString.getLength(),
eSomeEncoding ) );
Instead, I'd like to type
aBuffer.append( sString, eSomeEncoding );
For the second item: Sure, you need to think about error conditions. But somehow
I suppose that in 80 percent of all cases (at least), the error handling will be
the same with both forms: non existent. The reasons for this might even be
legitimate ('cause you know the origin of the string, for instance).
---------------------------------------------------------------------
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]