summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-28 20:55:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 20:59:31 +0100
commitbcb055fb1a230379bead940ca496c0b272683ce2 (patch)
tree9bfa0b6fabb43d3208007d2c03e8b72127b71b76 /include/editeng
parent37d2cdde6657ac5c4a582bdbe0e7a4e0e07b1d13 (diff)
coverity#1308551 Uncaught exception
Change-Id: I61fb5e047b64873b3f5e07582dd1155340d7a1b5
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/AccessibleContextBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index 857e2e2a6661..391857d3104d 100644
--- a/include/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
@@ -307,7 +307,7 @@ protected:
siblings) name.
*/
virtual OUString CreateAccessibleName()
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException, std::exception);
/** Create the accessible object's descriptive string. May be called
more than once.