summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-24 09:29:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-24 09:46:19 +0000
commit70f8d0ce223d723b8cdb5cb862ace8239d646073 (patch)
tree5a7ec0e15a359de2cb6aad72ef93bdfbd190ce26 /sc/source/ui/inc/AccessibleTableBase.hxx
parenta85fff6b062b9c2aa9b5f85e4723fdc416885c4d (diff)
coverity#1158391 Uncaught exception
Change-Id: Iabe167ec7b1f4ad2a80ddbdb07e790dacbf126ab
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 e604c5d7542e..51e901f5eecf 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -196,7 +196,8 @@ public:
throw (::com::sun::star::uno::RuntimeException,
::com::sun::star::lang::IndexOutOfBoundsException);
virtual sal_Bool SAL_CALL selectRow( sal_Int32 row )
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) ;
+ throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual sal_Bool SAL_CALL selectColumn( sal_Int32 column )
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException,
std::exception);