diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 12:26:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-28 10:00:54 +0200 |
commit | 9116edcfa72811d19828dadd373756f0a37ef1d3 (patch) | |
tree | 6bc5e49782edf9f6e146c7d475c3581399645d36 /include/vbahelper | |
parent | f58a218f7111fa4b5ab6c6a2b827ee64258dcd37 (diff) |
cid#706953 Uncaught exception
Change-Id: I4c46e98a8382ac39786ffb6607bd3ecdb57b3914
Diffstat (limited to 'include/vbahelper')
-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 49441d522f7c..0f1b42c8d5ff 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -123,7 +123,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) = 0; + const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException) = 0; /** Derived classes may do additional postprocessing. Called even if the event handler does not exist, or if an error occurred during execution. */ |