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 /include | |
parent | 8c6f67b9426c51554cb844edc3d8ee89a712b65c (diff) |
coverity#1309054 Uncaught exception
Change-Id: I81c8983a981e1dfeff17f62c852163e6290dceb4
Diffstat (limited to 'include')
-rw-r--r-- | include/vbahelper/vbaeventshelperbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx index 7667f154daab..d85bb4fdb855 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -157,7 +157,7 @@ private: /** Searches the event handler in the document and returns its full script path. */ OUString getEventHandlerPath( const EventHandlerInfo& rInfo, - const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException); + const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception); /** On first call, accesses the Basic library containing the VBA source code. */ void ensureVBALibrary() throw (css::uno::RuntimeException); |