diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 20:52:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-08 14:15:53 +0000 |
commit | 2d3ddaef14122e19916852cf3add98646926eb9a (patch) | |
tree | b615a8a3489af2d5e64d11d9ca0e0e4508c91bcf /sc/source/ui/unoobj/optuno.cxx | |
parent | 48f5a0390071d02be3a1a0962cc57c64762dba54 (diff) |
coverity#1169864 Uncaught exception
Change-Id: I6fad82abf7d0ad4a85592e7011328faaaff14ce1
Diffstat (limited to 'sc/source/ui/unoobj/optuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/optuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/optuno.cxx b/sc/source/ui/unoobj/optuno.cxx index 18a05cf88fde..77d4dac2119f 100644 --- a/sc/source/ui/unoobj/optuno.cxx +++ b/sc/source/ui/unoobj/optuno.cxx @@ -195,7 +195,7 @@ void SAL_CALL ScDocOptionsObj::setPropertyValue( const OUString& aPropertyName, const uno::Any& aValue ) throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, - uno::RuntimeException) + uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; |