summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-25 13:00:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-25 13:00:56 +0000
commitfbb1bdb3a5fe5b0cf3784380cfdf172872f129a7 (patch)
tree6e1aaa1d8c99b03e15fde8e620f170bfc3a0a222 /sc/source/ui/inc/AccessibleTableBase.hxx
parent5ec2e8111a8143b5c943285070a0157d09ea12a5 (diff)
coverity#1158371 Uncaught exception
Change-Id: Id66ca9610c7f2204eb9a2bdc9a2a6c5e6a9c80df
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 7a912292dbf4..c195c99cb47b 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -72,7 +72,8 @@ public:
/// Returns the number of rows in the table.
virtual sal_Int32 SAL_CALL
getAccessibleRowCount( )
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
/// Returns the number of columns in the table.
virtual sal_Int32 SAL_CALL