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

coverity#1374268 Uncaught exception

Change-Id: Ife6e9897c12a9754afd5f4754c7de41eef7f00eb
üst 80cd32f7
...@@ -198,7 +198,7 @@ Reference< XPropertySetInfo > OStatementBase::getPropertySetInfo() throw (Runtim ...@@ -198,7 +198,7 @@ Reference< XPropertySetInfo > OStatementBase::getPropertySetInfo() throw (Runtim
return *getArrayHelper(); return *getArrayHelper();
} }
sal_Bool OStatementBase::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int32 nHandle, const Any& rValue ) throw( IllegalArgumentException ) sal_Bool OStatementBase::convertFastPropertyValue(Any & rConvertedValue, Any & rOldValue, sal_Int32 nHandle, const Any& rValue ) throw( IllegalArgumentException, RuntimeException, std::exception)
{ {
bool bModified(false); bool bModified(false);
switch (nHandle) switch (nHandle)
......
...@@ -91,7 +91,9 @@ public: ...@@ -91,7 +91,9 @@ public:
css::uno::Any & rOldValue, css::uno::Any & rOldValue,
sal_Int32 nHandle, sal_Int32 nHandle,
const css::uno::Any& rValue ) const css::uno::Any& rValue )
throw (css::lang::IllegalArgumentException) override; throw (css::lang::IllegalArgumentException,
css::uno::RuntimeException,
std::exception) override;
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( virtual void SAL_CALL setFastPropertyValue_NoBroadcast(
sal_Int32 nHandle, sal_Int32 nHandle,
const css::uno::Any& rValue const css::uno::Any& 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