Kaydet (Commit) 07c6343b authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Fix breaker when compiled with DEBUG=yes

üst 530ebb37
......@@ -167,7 +167,7 @@ sal_Bool XFlatXml::importer(
catch( Exception &exc)
{
// something went wrong
OSL_ENSURE(0, exc.Message);
OSL_ENSURE(0, rtl::OUStringToOString(exc.Message,RTL_TEXTENCODING_UTF8).getStr());
return sal_False;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment