coverity#1374315 Uncaught exception

Change-Id: Id7a01c652d1d11675b87ee732ff40ddd76de6236
This commit is contained in:
Caolán McNamara
2016-10-27 21:37:42 +01:00
parent 6e14070332
commit db337150cd
2 changed files with 2 additions and 2 deletions

View File

@@ -390,7 +390,7 @@ namespace frm
sal_Bool OListBoxModel::convertFastPropertyValue( sal_Bool OListBoxModel::convertFastPropertyValue(
Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue)
throw (IllegalArgumentException, std::exception) throw (IllegalArgumentException, RuntimeException, std::exception)
{ {
bool bModified(false); bool bModified(false);
switch (_nHandle) switch (_nHandle)

View File

@@ -146,7 +146,7 @@ public:
throw (css::uno::Exception, std::exception) override; throw (css::uno::Exception, std::exception) override;
virtual sal_Bool SAL_CALL convertFastPropertyValue( virtual sal_Bool SAL_CALL convertFastPropertyValue(
css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue ) css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue )
throw (css::lang::IllegalArgumentException, std::exception) override; throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
protected: protected:
static const ::connectivity::ORowSetValue s_aEmptyValue; static const ::connectivity::ORowSetValue s_aEmptyValue;