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

coverity#1374270 Uncaught exception

Change-Id: Ia29b644748f00aa7dc31af9ccc510976d8646241
üst ae68c274
...@@ -646,7 +646,7 @@ namespace frm ...@@ -646,7 +646,7 @@ namespace frm
sal_Bool OClickableImageBaseModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue) sal_Bool OClickableImageBaseModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue)
throw( IllegalArgumentException ) throw( IllegalArgumentException, RuntimeException, std::exception )
{ {
switch (nHandle) switch (nHandle)
{ {
......
...@@ -115,7 +115,7 @@ namespace frm ...@@ -115,7 +115,7 @@ namespace frm
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;
using ::cppu::OPropertySetHelper::getFastPropertyValue; using ::cppu::OPropertySetHelper::getFastPropertyValue;
......
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