diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-24 12:55:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-24 12:55:01 +0000 |
commit | 0a3526f61f7983934dc8a33f2f6e35ca777bc9f3 (patch) | |
tree | 37b5ea8954765a24de4ac62b63d80e46e7a50556 /sc/inc/cellsuno.hxx | |
parent | 8fca5e299c8cf4342728485708744de0caffb18e (diff) |
coverity#737430 Uncaught exception
Change-Id: I1db24114b331970d75b01c0869708b1656be3836
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r-- | sc/inc/cellsuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 2cd70c111b3a..a9b2922bb4fc 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -472,7 +472,8 @@ public: // XModifyBroadcaster virtual void SAL_CALL addModifyListener( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >& aListener ) - throw (::com::sun::star::uno::RuntimeException); + throw (::com::sun::star::uno::RuntimeException, + std::exception); virtual void SAL_CALL removeModifyListener( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >& aListener ) throw (::com::sun::star::uno::RuntimeException); |