Kaydet (Commit) 21055f01 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: Ia3e6da86b47099106c4be793a1477979d327a2b9
üst 54ec8a9a
......@@ -135,9 +135,9 @@ OdfFlatXml::importer(
}
catch (const Exception &exc)
{
OString msg = OUStringToOString(exc.Message,
RTL_TEXTENCODING_ASCII_US);
OSL_FAIL(msg.getStr());
SAL_WARN(
"filter.odfflatxml",
"caught exception \"" << exc.Message << "\"");
return sal_False;
}
return sal_True;
......
......@@ -133,6 +133,7 @@ certain functionality.
@li @c filter.config
@li @c filter.ms - escher import/export
@li @c filter.odfflatxml
@li @c filter.xslt - xslt import/export
@li @c oox.cscode - see oox/source/drawingml/customshapes/README
@li @c oox.drawingml - DrawingML
......
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