-Werror,-Wunused-variable
Change-Id: Ia3e6da86b47099106c4be793a1477979d327a2b9
This commit is contained in:
parent
54ec8a9a71
commit
21055f014c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user