summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-25 13:33:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-25 13:50:42 +0000
commit7dd66ca901329c301a2802f31d3fb3397f9a8865 (patch)
tree1971af596c3a202d063d737595a46c82b13e7029 /sc/source/ui/inc/AccessibleTableBase.hxx
parent7b8b30754ce59f60f211960bd5f0a480d365e0d5 (diff)
coverity#1158362 Uncaught exception
Change-Id: I60c2b84a9114074bac159379be2cb0ad0e46fceb
Diffstat (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index 672ab10fba5b..90bf47127275 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -283,7 +283,8 @@ public:
virtual void SAL_CALL
deselectAccessibleChild( sal_Int32 nSelectedChildIndex )
throw (::com::sun::star::lang::IndexOutOfBoundsException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
///===== XServiceInfo ===================================================