sd/source/filter/xml/sdxmlwrp.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 76349ea956c527e3a16023acd287f9d984ecfd8e Author: Caolán McNamara <caol...@redhat.com> Date: Thu Nov 30 12:58:19 2017 +0000 catch SAXException in pptx testing Change-Id: I9379ae268d5c42723a34d6f9e677fe800873ebfa Reviewed-on: https://gerrit.libreoffice.org/45580 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index 5b5f7a4bc52b..02b3e2028d2f 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -1093,6 +1093,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportPPTX(SvStream &rStream) catch (const css::io::IOException&) { } + catch (const css::xml::sax::SAXException&) + { + } catch (const css::lang::WrappedTargetRuntimeException&) { }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits