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

coverity#1338233 Uncaught exception

Change-Id: I59ef31ff46b9eff2f4a2b73b7f1d13ff0b4407ae
üst 705c0edc
......@@ -61,7 +61,7 @@ using com::sun::star::xml::sax::XParser;
static const sal_Int8 header[] = { 0x57, 0x6f, 0x72, 0x64, 0x50, 0x72, 0x6f };
bool SAL_CALL LotusWordProImportFilter::importImpl( const Sequence< css::beans::PropertyValue >& aDescriptor )
throw (RuntimeException)
throw (RuntimeException, std::exception)
{
sal_Int32 nLength = aDescriptor.getLength();
......
......@@ -51,7 +51,7 @@ protected:
css::uno::Reference< css::xml::sax::XDocumentHandler > mxHandler;
bool SAL_CALL importImpl( const css::uno::Sequence< css::beans::PropertyValue >& aDescriptor )
throw (css::uno::RuntimeException);
throw (css::uno::RuntimeException, std::exception);
public:
explicit LotusWordProImportFilter( const css::uno::Reference< css::uno::XComponentContext > &rxContext)
......
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