summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 17:08:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-27 18:24:58 +0100
commit345005495552a6b5e91e66eec6872dd359d0a164 (patch)
tree8bce33b72a4f29e9eda2898ac6dc1fc3df02bba1 /include/vbahelper
parent27d64de97d27deea3c474660ecd39136408754a2 (diff)
coverity#1308448 Uncaught exception
Change-Id: Ib6e994cc89ddfaf504f5b585127d5ea4fb257458
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbaeventshelperbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx
index 737bfcacfe10..7667f154daab 100644
--- a/include/vbahelper/vbaeventshelperbase.hxx
+++ b/include/vbahelper/vbaeventshelperbase.hxx
@@ -166,7 +166,7 @@ private:
sal_Int32 getModuleType( const OUString& rModuleName ) throw (css::uno::RuntimeException);
/** Updates the map containing paths to event handlers for a Basic module. */
- ModulePathMap& updateModulePathMap( const OUString& rModuleName ) throw (css::uno::RuntimeException);
+ ModulePathMap& updateModulePathMap( const OUString& rModuleName ) throw (css::uno::RuntimeException, std::exception);
protected:
css::uno::Reference< css::frame::XModel > mxModel;