[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Thu Nov 30 13:26:15 UTC 2017


 sd/source/filter/xml/sdxmlwrp.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 76349ea956c527e3a16023acd287f9d984ecfd8e
Author: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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&)
     {
     }


More information about the Libreoffice-commits mailing list