summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleSpreadsheet.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-24 09:23:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-24 09:46:19 +0000
commita85fff6b062b9c2aa9b5f85e4723fdc416885c4d (patch)
tree4f48c70f03ff340722b2531e963ee89a9c197b79 /sc/source/ui/inc/AccessibleSpreadsheet.hxx
parent64125a0b87c51f34ac8fa148749807d5deaed3d2 (diff)
coverity#1158390 Uncaught exception
Change-Id: I12c1c2bb1136ff57a729787c94997b2468340b4d
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 de9f79aed24f..36f8a5ff4176 100644
--- a/sc/source/ui/inc/AccessibleSpreadsheet.hxx
+++ b/sc/source/ui/inc/AccessibleSpreadsheet.hxx
@@ -250,7 +250,8 @@ private:
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) ;
+ throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException,
+ std::exception);
protected:
/// Return the object's current bounding box relative to the desktop.