diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:24:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:56:01 +0100 |
commit | b3fdb90d94a96e6c3c309b8ff39a79be51461277 (patch) | |
tree | 5d88eb2f8bd5e3c4dc1ce999ae01eab5742f2f80 /include/svx | |
parent | 5f0763edc473d0d062910a4722efa0caf9242c0f (diff) |
coverity#1308545 Uncaught exception
Change-Id: Ic2f04532680f0742ea11ab793fe2366d55cc7376
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/AccessibleShape.hxx | 2 |
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. |