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

coverity#1269592 Uncaught exception

and

coverity#1269577 Uncaught exception

Change-Id: Ib8a61f8738d35cf5cb7cfa32d91d241f5c8d52d4
üst 06ce26c0
...@@ -299,7 +299,8 @@ namespace canvas ...@@ -299,7 +299,8 @@ namespace canvas
css::beans::PropertyVetoException, css::beans::PropertyVetoException,
css::lang::IllegalArgumentException, css::lang::IllegalArgumentException,
css::lang::WrappedTargetException, css::lang::WrappedTargetException,
css::uno::RuntimeException) SAL_OVERRIDE css::uno::RuntimeException,
std::exception) SAL_OVERRIDE
{ {
MutexType aGuard( BaseType::m_aMutex ); MutexType aGuard( BaseType::m_aMutex );
maPropHelper.setPropertyValue( aPropertyName, aValue ); maPropHelper.setPropertyValue( aPropertyName, aValue );
...@@ -307,7 +308,8 @@ namespace canvas ...@@ -307,7 +308,8 @@ namespace canvas
virtual css::uno::Any SAL_CALL getPropertyValue( const OUString& aPropertyName ) throw (css::beans::UnknownPropertyException, virtual css::uno::Any SAL_CALL getPropertyValue( const OUString& aPropertyName ) throw (css::beans::UnknownPropertyException,
css::lang::WrappedTargetException, css::lang::WrappedTargetException,
css::uno::RuntimeException) SAL_OVERRIDE css::uno::RuntimeException,
std::exception) SAL_OVERRIDE
{ {
MutexType aGuard( BaseType::m_aMutex ); MutexType aGuard( BaseType::m_aMutex );
return maPropHelper.getPropertyValue( aPropertyName ); return maPropHelper.getPropertyValue( aPropertyName );
......
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