diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-02 08:26:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-02 11:39:30 +0100 |
commit | 5d4d67abd39218d718828784bde2c66cc7d227b7 (patch) | |
tree | 73b6d331b8089213b28a47d0817548732023bdd3 /vbahelper | |
parent | 8c6f67b9426c51554cb844edc3d8ee89a712b65c (diff) |
coverity#1309054 Uncaught exception
Change-Id: I81c8983a981e1dfeff17f62c852163e6290dceb4
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbaeventshelperbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx index 914c90f8ea0b..31595025d218 100644 --- a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx +++ b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx @@ -258,7 +258,7 @@ const VbaEventsHelperBase::EventHandlerInfo& VbaEventsHelperBase::getEventHandle } OUString VbaEventsHelperBase::getEventHandlerPath( const EventHandlerInfo& rInfo, - const uno::Sequence< uno::Any >& rArgs ) throw (lang::IllegalArgumentException, uno::RuntimeException) + const uno::Sequence< uno::Any >& rArgs ) throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception) { OUString aModuleName; switch( rInfo.mnModuleType ) |