coverity#1215311 Uncaught exception
Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7
This commit is contained in:
@@ -86,7 +86,7 @@ static bool handleEmbeddedWPGImage(const WPXBinaryData &input, WPXBinaryData &ou
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool SAL_CALL WordPerfectImportFilter::importImpl( const Sequence< ::com::sun::star::beans::PropertyValue >& aDescriptor )
|
bool SAL_CALL WordPerfectImportFilter::importImpl( const Sequence< ::com::sun::star::beans::PropertyValue >& aDescriptor )
|
||||||
throw (RuntimeException)
|
throw (RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
sal_Int32 nLength = aDescriptor.getLength();
|
sal_Int32 nLength = aDescriptor.getLength();
|
||||||
const PropertyValue *pValue = aDescriptor.getConstArray();
|
const PropertyValue *pValue = aDescriptor.getConstArray();
|
||||||
|
@@ -42,7 +42,7 @@ protected:
|
|||||||
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > mxHandler;
|
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > mxHandler;
|
||||||
|
|
||||||
bool SAL_CALL importImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aDescriptor )
|
bool SAL_CALL importImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aDescriptor )
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (css::uno::RuntimeException, std::exception);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
WordPerfectImportFilter( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext )
|
WordPerfectImportFilter( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext )
|
||||||
|
Reference in New Issue
Block a user