To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65920
User kendy changed the following:
What |Old value |New value
================================================================================
Assigned to|mh |sb
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jun 1 04:32:57 -0700
2006 -------
Doh, you are right with the lock, of course...
After having no good idea, I had a look into Qt how do they do it to return
const char* & they cache it. Nothing I would like to do for few debug
outputs ;-)
So, in the end, would be a simple shortcut like
#define C_STR( oustring ) rtl::OUStringToOString( ( oustring ),
RTL_TEXTENCODING_UTF8 ).getStr()
somewhere in ustring.hxx acceptable, please? ;-)
---------------------------------------------------------------------
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]