summaryrefslogtreecommitdiff
path: root/sc/inc/dispuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 12:29:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 14:38:35 +0000
commit08b39627dfd1ce9732643e9a5b2187e40f6212fc (patch)
tree9ddb3bc3041f97a8ef1f36aebde39f617e9b40f6 /sc/inc/dispuno.hxx
parentca59c9f3ec5a5e4a68cba6d0393908953891f851 (diff)
coverity#1158325 Uncaught exception
Change-Id: Ic84faeda99242240c160a9925f37a631a1f294ae
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r--sc/inc/dispuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index 841d234b67e1..2676e7dc35c5 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -132,7 +132,8 @@ public:
/// XSelectionChangeListener
virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent )
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
/// XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source )