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/source/ui/unoobj/dispuno.cxx | |
parent | ca59c9f3ec5a5e4a68cba6d0393908953891f851 (diff) |
coverity#1158325 Uncaught exception
Change-Id: Ic84faeda99242240c160a9925f37a631a1f294ae
Diffstat (limited to 'sc/source/ui/unoobj/dispuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/dispuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/dispuno.cxx b/sc/source/ui/unoobj/dispuno.cxx index 2ac9435c982c..787a1d27d686 100644 --- a/sc/source/ui/unoobj/dispuno.cxx +++ b/sc/source/ui/unoobj/dispuno.cxx @@ -347,7 +347,7 @@ void SAL_CALL ScDispatch::removeStatusListener( // XSelectionChangeListener void SAL_CALL ScDispatch::selectionChanged( const ::com::sun::star::lang::EventObject& /* aEvent */ ) - throw (::com::sun::star::uno::RuntimeException) + throw (::com::sun::star::uno::RuntimeException, std::exception) { // currently only called for URL cURLDocDataSource |