Kaydet (Commit) f58a218f authored tarafından Noel Grandin's avatar Noel Grandin

cid#706954 Uncaught exception

Change-Id: I81b8b6775a3475309696fe78b2db842cda330904
üst 19c0d7ba
......@@ -51,7 +51,7 @@ namespace {
/** Extracts a sheet index from the specified element of the passed sequence.
The element may be an integer, a Calc range or ranges object, or a VBA Range object. */
SCTAB lclGetTabFromArgs( const uno::Sequence< uno::Any >& rArgs, sal_Int32 nIndex ) throw (lang::IllegalArgumentException)
SCTAB lclGetTabFromArgs( const uno::Sequence< uno::Any >& rArgs, sal_Int32 nIndex ) throw (lang::IllegalArgumentException, uno::RuntimeException)
{
VbaEventsHelperBase::checkArgument( rArgs, nIndex );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment