summaryrefslogtreecommitdiff
path: root/include/svtools/accessibletableprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/accessibletableprovider.hxx')
-rw-r--r--include/svtools/accessibletableprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/accessibletableprovider.hxx b/include/svtools/accessibletableprovider.hxx
index e5a83b4db5bc..0704fec77afc 100644
--- a/include/svtools/accessibletableprovider.hxx
+++ b/include/svtools/accessibletableprovider.hxx
@@ -147,7 +147,7 @@ public:
virtual css::uno::Reference< css::accessibility::XAccessible >
SAL_CALL getAccessibleChild( sal_Int32 nChildIndex )
- throw ( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException ) = 0;
+ throw ( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception ) = 0;
/** returns the accessible object for the row or the column header bar
*/