summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-25 12:51:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-25 12:51:23 +0000
commit19b98a7c56f7987f9d59fde5a6620f0a30e9ab52 (patch)
tree96abbd69a1e8478b00a277e9f7c4cf88c432b838 /sc/source/ui/inc/AccessibleTableBase.hxx
parent51c5941f71e87d283a8e6d553f88f18c97ae9a1d (diff)
coverity#1158374 Uncaught exception
Change-Id: Ib01554a753fe521b0730d4254411e3f925b83e7a
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 2d6941482252..6855f9a07622 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -77,7 +77,8 @@ public:
/// Returns the number of columns in the table.
virtual sal_Int32 SAL_CALL
getAccessibleColumnCount( )
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
/// Returns the description of the specified row in the table.
virtual OUString SAL_CALL