Kaydet (Commit) 6e140703 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1374316 Uncaught exception

Change-Id: I32f872d74f167604de006f1d77a9219a37011bfa
üst d164f7e9
...@@ -90,7 +90,7 @@ void OHiddenModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const An ...@@ -90,7 +90,7 @@ void OHiddenModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const An
sal_Bool OHiddenModel::convertFastPropertyValue( sal_Bool OHiddenModel::convertFastPropertyValue(
Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue)
throw (IllegalArgumentException) throw (IllegalArgumentException, RuntimeException, std::exception)
{ {
bool bModified(false); bool bModified(false);
switch (_nHandle) switch (_nHandle)
......
...@@ -40,7 +40,7 @@ public: ...@@ -40,7 +40,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) override; throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
// XServiceInfo // XServiceInfo
OUString SAL_CALL getImplementationName() OUString SAL_CALL getImplementationName()
......
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