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





------- Additional comments from [EMAIL PROTECTED] Fri Oct 26 11:58:26 +0000 
2007 -------
I made a fix that do not access released memory and also do not have compile
problems on windows:

template<> 
boost::shared_ptr< const char > lexical_cast<boost::shared_ptr< const char >, 
                                                  const ::rtl::OUString&>(const 
::rtl::OUString & s)
{
        return boost::shared_ptr< const char >( strdup( 
::rtl::OUStringToOString( s, 
                                                                         
RTL_TEXTENCODING_ASCII_US ).pData->buffer ) );
}


But I think this expression is too overcroved to be put to rtl.

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