Kaydet (Commit) b2273b10 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707059 Uncaught exception

Change-Id: If5d009647f3475d0c3ecf0ef621c92eff40a11dc
üst 31a1eb48
...@@ -434,7 +434,8 @@ ScVbaWorksheets::Copy ( const uno::Any& Before, const uno::Any& After) throw (cs ...@@ -434,7 +434,8 @@ ScVbaWorksheets::Copy ( const uno::Any& Before, const uno::Any& After) throw (cs
//ScVbaCollectionBaseImpl //ScVbaCollectionBaseImpl
uno::Any SAL_CALL uno::Any SAL_CALL
ScVbaWorksheets::Item( const uno::Any& Index, const uno::Any& Index2 ) throw (uno::RuntimeException) ScVbaWorksheets::Item(const uno::Any& Index, const uno::Any& Index2)
throw (lang::IndexOutOfBoundsException, script::BasicErrorException, uno::RuntimeException)
{ {
if ( Index.getValueTypeClass() == uno::TypeClass_SEQUENCE ) if ( Index.getValueTypeClass() == uno::TypeClass_SEQUENCE )
{ {
......
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