summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-02 09:15:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-02 11:39:34 +0100
commit1d498fb0feca911fa063e96779b654c3aded2415 (patch)
treeaf68b46ac75ca322011739eda846d3c9d721e9c5 /include/vbahelper
parent3f2c6a02df51f5d548bb1100275860be5196b766 (diff)
some other coverity things
Change-Id: I89ffd2b918f8707cde1b1d015c1ad35ef484b69c
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 d85bb4fdb855..3c20227d697c 100644
--- a/include/vbahelper/vbaeventshelperbase.hxx
+++ b/include/vbahelper/vbaeventshelperbase.hxx
@@ -127,7 +127,7 @@ protected:
/** Derived classes have to return the argument list for the specified VBA event handler. */
virtual css::uno::Sequence< css::uno::Any > implBuildArgumentList(
const EventHandlerInfo& rInfo,
- const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException) = 0;
+ const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) = 0;
/** Derived classes may do additional postprocessing. Called even if the
event handler does not exist, or if an error occurred during execution. */