diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 12:29:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 14:38:35 +0000 |
commit | 08b39627dfd1ce9732643e9a5b2187e40f6212fc (patch) | |
tree | 9ddb3bc3041f97a8ef1f36aebde39f617e9b40f6 /sc/inc/dispuno.hxx | |
parent | ca59c9f3ec5a5e4a68cba6d0393908953891f851 (diff) |
coverity#1158325 Uncaught exception
Change-Id: Ic84faeda99242240c160a9925f37a631a1f294ae
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r-- | sc/inc/dispuno.hxx | 3 |
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 ) |