coverity#1374315 Uncaught exception
Change-Id: Id7a01c652d1d11675b87ee732ff40ddd76de6236
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user