coverity#1374310 Uncaught exception
Change-Id: Ie0ae4412d42d15e2c6c52a8cb0b7b3893405a16b
This commit is contained in:
parent
f20a45808f
commit
798c107a1a
@ -168,7 +168,7 @@ void OFileControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, cons
|
|||||||
|
|
||||||
|
|
||||||
sal_Bool OFileControlModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue)
|
sal_Bool OFileControlModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue)
|
||||||
throw( IllegalArgumentException )
|
throw( IllegalArgumentException, RuntimeException, std::exception )
|
||||||
{
|
{
|
||||||
switch (nHandle)
|
switch (nHandle)
|
||||||
{
|
{
|
||||||
|
@ -57,7 +57,7 @@ public:
|
|||||||
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const css::uno::Any& rValue) throw ( css::uno::Exception, std::exception) override;
|
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const css::uno::Any& rValue) throw ( css::uno::Exception, std::exception) override;
|
||||||
|
|
||||||
virtual sal_Bool SAL_CALL convertFastPropertyValue(css::uno::Any& rConvertedValue, css::uno::Any& rOldValue, sal_Int32 nHandle, const css::uno::Any& rValue )
|
virtual sal_Bool SAL_CALL convertFastPropertyValue(css::uno::Any& rConvertedValue, css::uno::Any& rOldValue, sal_Int32 nHandle, const css::uno::Any& rValue )
|
||||||
throw(css::lang::IllegalArgumentException) override;
|
throw(css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
|
||||||
|
|
||||||
virtual css::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const override;
|
virtual css::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const override;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user