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

coverity#1308523 Uncaught exception

Change-Id: I965a4e86dd48ebec22ca9dccc77374a6e117fc7e
üst e71ccd6e
......@@ -273,7 +273,7 @@ sal_Bool SAL_CALL ODBFilter::filter( const Sequence< PropertyValue >& rDescripto
}
bool ODBFilter::implImport( const Sequence< PropertyValue >& rDescriptor )
throw (RuntimeException)
throw (RuntimeException, std::exception)
{
OUString sFileName;
::comphelper::NamedValueCollection aMediaDescriptor( rDescriptor );
......
......@@ -83,7 +83,7 @@ private:
sal_Int32 m_nPreviewMode;
bool m_bNewFormat;
bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException);
bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException, std::exception);
/** fills the map with the Properties
@param _rValue
......
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