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

coverity#1169864 Uncaught exception

Change-Id: I6fad82abf7d0ad4a85592e7011328faaaff14ce1
üst 48f5a039
...@@ -72,7 +72,8 @@ public: ...@@ -72,7 +72,8 @@ public:
::com::sun::star::beans::PropertyVetoException, ::com::sun::star::beans::PropertyVetoException,
::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::lang::WrappedTargetException, ::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::RuntimeException,
std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
const OUString& PropertyName ) const OUString& PropertyName )
throw(::com::sun::star::beans::UnknownPropertyException, throw(::com::sun::star::beans::UnknownPropertyException,
......
...@@ -195,7 +195,7 @@ void SAL_CALL ScDocOptionsObj::setPropertyValue( ...@@ -195,7 +195,7 @@ void SAL_CALL ScDocOptionsObj::setPropertyValue(
const OUString& aPropertyName, const uno::Any& aValue ) const OUString& aPropertyName, const uno::Any& aValue )
throw(beans::UnknownPropertyException, beans::PropertyVetoException, throw(beans::UnknownPropertyException, beans::PropertyVetoException,
lang::IllegalArgumentException, lang::WrappedTargetException, lang::IllegalArgumentException, lang::WrappedTargetException,
uno::RuntimeException) uno::RuntimeException, std::exception)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
......
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