diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-05 20:48:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-05 20:53:15 +0100 |
commit | 7969655b958e3f0f0fc4f7049ca505f118242dcc (patch) | |
tree | 4f2de0ef7dd25cf8fed2a2c9dd3586679222917a /include/vbahelper/vbacollectionimpl.hxx | |
parent | 39d792c18047f1baca8f3467af7d090cca662f5a (diff) |
coverity#707406 Uncaught exception
Change-Id: I5fc9d24390d0a90f89c3e71e87bf37ddd9c2fe67
Diffstat (limited to 'include/vbahelper/vbacollectionimpl.hxx')
-rw-r--r-- | include/vbahelper/vbacollectionimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx index f7f03c506222..2f57ab159259 100644 --- a/include/vbahelper/vbacollectionimpl.hxx +++ b/include/vbahelper/vbacollectionimpl.hxx @@ -286,7 +286,7 @@ public: return m_xIndexAccess->getCount(); } - virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& /*not processed in this base class*/ ) throw (css::uno::RuntimeException) + virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& /*not processed in this base class*/ ) throw (css::script::BasicErrorException, css::uno::RuntimeException) { if ( Index1.getValueTypeClass() != css::uno::TypeClass_STRING ) { |