Kaydet (Commit) 756eed8c authored tarafından Caolán McNamara's avatar Caolán McNamara

another expected exception in initial corpus

Change-Id: I5f804cd6dd844bc82d4afadc4bb835ca0d77a53e
üst fe3b63f6
......@@ -26,6 +26,7 @@
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XSynchronousFrameLoader.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/text/XTextRange.hpp>
......@@ -1631,6 +1632,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportDOCX(SvStream &rStream)
{
ret = xFilter->filter(aArgs);
}
catch (const css::io::IOException&)
{
}
catch (const css::lang::WrappedTargetRuntimeException&)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment