summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleSpreadsheet.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-23 20:21:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-23 20:35:31 +0000
commit1f10d5f71fbd4d03e6268a4156c1d0be13796327 (patch)
treed5e8c83effa0928437effc80c3d196bf20929e57 /sc/source/ui/inc/AccessibleSpreadsheet.hxx
parent94ab3a001cfbbf9da231b1b6189d2a1d74f63e2b (diff)
coverity#1158392 Uncaught exception
Change-Id: Ifbf896bf8c13e83279e481e06098b7ed6ea0116c
Diffstat (limited to 'sc/source/ui/inc/AccessibleSpreadsheet.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleSpreadsheet.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/AccessibleSpreadsheet.hxx b/sc/source/ui/inc/AccessibleSpreadsheet.hxx
index b53581181702..de9f79aed24f 100644
--- a/sc/source/ui/inc/AccessibleSpreadsheet.hxx
+++ b/sc/source/ui/inc/AccessibleSpreadsheet.hxx
@@ -247,7 +247,8 @@ private:
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException,
std::exception);
virtual sal_Bool SAL_CALL unselectRow( 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 unselectColumn( sal_Int32 column )
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) ;