summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShape.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-28 17:24:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 17:56:01 +0100
commitb3fdb90d94a96e6c3c309b8ff39a79be51461277 (patch)
tree5d88eb2f8bd5e3c4dc1ce999ae01eab5742f2f80 /include/svx/AccessibleShape.hxx
parent5f0763edc473d0d062910a4722efa0caf9242c0f (diff)
coverity#1308545 Uncaught exception
Change-Id: Ic2f04532680f0742ea11ab793fe2366d55cc7376
Diffstat (limited to 'include/svx/AccessibleShape.hxx')
-rw-r--r--include/svx/AccessibleShape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 91d8a40f32ec..d75e13f5b2d7 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -435,7 +435,7 @@ protected:
*/
virtual OUString
CreateAccessibleBaseName()
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException, std::exception);
/** Create a unique name string that contains the accessible name. The
name consists of the base name and the index.