diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:23:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:45:24 +0000 |
commit | 2bbbfe03c3dcd50fd72f6d206a39cdde463a0107 (patch) | |
tree | 3c961874b7f2c7a5b3d421a02882799f3a984796 /sc/inc/viewuno.hxx | |
parent | 21a5393672174a52a573077bba3685e3ebe671d3 (diff) |
coverity#737723 Uncaught exception
Change-Id: I0026fc7811469eae3f62b531ad1626a6af1f743c
Diffstat (limited to 'sc/inc/viewuno.hxx')
-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 1d4c92ad7d74..755079c1da66 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -331,7 +331,8 @@ public: virtual void SAL_CALL addActivationEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XActivationEventListener >& aListener ) - throw (::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual void SAL_CALL removeActivationEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XActivationEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException); |