Kaydet (Commit) 9f97b3e2 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

Fix breaker when compiled with DEBUG=yes

(cherry picked from commit 07c6343b)

Conflicts:
	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx

Change-Id: I75278282efc80f3e9c31c413842392030beeb265
üst eee32536
...@@ -178,7 +178,7 @@ sal_Bool XFlatXml::importer( ...@@ -178,7 +178,7 @@ sal_Bool XFlatXml::importer(
catch( Exception &exc) catch( Exception &exc)
{ {
// something went wrong // something went wrong
OSL_FAIL(exc.Message); OSL_FAIL(rtl::OUStringToOString(exc.Message,RTL_TEXTENCODING_UTF8).getStr());
return sal_False; 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