summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-30 12:58:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-30 14:25:40 +0100
commit76349ea956c527e3a16023acd287f9d984ecfd8e (patch)
tree6d84676b02d543b88c4b53beb5a7672718ac4b41 /sd
parent9b5062a3eeed6b94a2020b97f6dab9316af5d357 (diff)
catch SAXException in pptx testing
Change-Id: I9379ae268d5c42723a34d6f9e677fe800873ebfa Reviewed-on: https://gerrit.libreoffice.org/45580 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx3
1 files changed, 3 insertions, 0 deletions
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&)
{
}