summaryrefslogtreecommitdiff
path: root/sc/inc/optuno.hxx
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/inc/optuno.hxx
parent48f5a0390071d02be3a1a0962cc57c64762dba54 (diff)
coverity#1169864 Uncaught exception
Change-Id: I6fad82abf7d0ad4a85592e7011328faaaff14ce1
Diffstat (limited to 'sc/inc/optuno.hxx')
-rw-r--r--sc/inc/optuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/optuno.hxx b/sc/inc/optuno.hxx
index 6da94a1df2f0..90a275db518a 100644
--- a/sc/inc/optuno.hxx
+++ b/sc/inc/optuno.hxx
@@ -72,7 +72,8 @@ public:
::com::sun::star::beans::PropertyVetoException,
::com::sun::star::lang::IllegalArgumentException,
::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(
const OUString& PropertyName )
throw(::com::sun::star::beans::UnknownPropertyException,