diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-29 11:14:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-29 13:23:52 +0000 |
commit | 125f1ad355490a8c141d7322b99c33be6023b769 (patch) | |
tree | 8c0c1714be3392c02af2b488d7cd4033cbee816c /sc/inc | |
parent | 1590e29eda3dc0ee52e105dceaad02cc1ce39f1a (diff) |
coverity#1158312 Uncaught exception
Change-Id: Ic9f49d79474c0c7f5a04bec499e05bd48aad0f3a
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/viewuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index c0f37cbed020..70c00d52b7f0 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -311,7 +311,8 @@ public: getActiveSheet() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setActiveSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet >& xActiveSheet ) - throw(::com::sun::star::uno::RuntimeException); + throw(::com::sun::star::uno::RuntimeException, + std::exception); //XEnhancedMouseClickBroadcaster |