-Werror,-Wunused-variable
Change-Id: Ia3e6da86b47099106c4be793a1477979d327a2b9
This commit is contained in:
@@ -135,9 +135,9 @@ OdfFlatXml::importer(
|
|||||||
}
|
}
|
||||||
catch (const Exception &exc)
|
catch (const Exception &exc)
|
||||||
{
|
{
|
||||||
OString msg = OUStringToOString(exc.Message,
|
SAL_WARN(
|
||||||
RTL_TEXTENCODING_ASCII_US);
|
"filter.odfflatxml",
|
||||||
OSL_FAIL(msg.getStr());
|
"caught exception \"" << exc.Message << "\"");
|
||||||
return sal_False;
|
return sal_False;
|
||||||
}
|
}
|
||||||
return sal_True;
|
return sal_True;
|
||||||
|
@@ -133,6 +133,7 @@ certain functionality.
|
|||||||
|
|
||||||
@li @c filter.config
|
@li @c filter.config
|
||||||
@li @c filter.ms - escher import/export
|
@li @c filter.ms - escher import/export
|
||||||
|
@li @c filter.odfflatxml
|
||||||
@li @c filter.xslt - xslt import/export
|
@li @c filter.xslt - xslt import/export
|
||||||
@li @c oox.cscode - see oox/source/drawingml/customshapes/README
|
@li @c oox.cscode - see oox/source/drawingml/customshapes/README
|
||||||
@li @c oox.drawingml - DrawingML
|
@li @c oox.drawingml - DrawingML
|
||||||
|
Reference in New Issue
Block a user