summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-25 13:07:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-25 13:08:55 +0000
commitcda6a49a63a1f12b80d32daa49f628941879c8ac (patch)
treea944cc85c94e5906ed7540e747654409e277d00e /sc/source/ui/inc/AccessibleTableBase.hxx
parenteec526b5db5bb3fb961acd7b75b43f522547a8ef (diff)
coverity#1158368 Uncaught exception
Change-Id: Iac5d5740c11254bf6e2f343ab7beca9b3e2b1faf
Diffstat (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index db51c7aaa58d..f9f4876baccd 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -229,8 +229,9 @@ protected:
/// Return the object's current name.
virtual OUString SAL_CALL
- createAccessibleName(void)
- throw (::com::sun::star::uno::RuntimeException);
+ createAccessibleName()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
public:
/// Return NULL to indicate that an empty relation set.