From 19b98a7c56f7987f9d59fde5a6620f0a30e9ab52 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 25 Jan 2014 12:51:23 +0000 Subject: coverity#1158374 Uncaught exception Change-Id: Ib01554a753fe521b0730d4254411e3f925b83e7a --- sc/source/ui/inc/AccessibleTableBase.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx') 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 -- cgit v1.2.3