summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/optuno.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-07 20:52:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-08 14:15:53 +0000
commit2d3ddaef14122e19916852cf3add98646926eb9a (patch)
treeb615a8a3489af2d5e64d11d9ca0e0e4508c91bcf /sc/source/ui/unoobj/optuno.cxx
parent48f5a0390071d02be3a1a0962cc57c64762dba54 (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.cxx2
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;