diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:22:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:56:01 +0100 |
commit | 5f0763edc473d0d062910a4722efa0caf9242c0f (patch) | |
tree | a1357b86bd258ca95591199401c221588346932c /svx | |
parent | 265ad0605c905f584a40b48e457bede3c9df8c3b (diff) |
coverity#1308544 Uncaught exception
Change-Id: Iebc59db0f9c6738da316c18f18eaefdbfed35936
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleOLEShape.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/accessibility/AccessibleOLEShape.cxx b/svx/source/accessibility/AccessibleOLEShape.cxx index 3c4bbac8387a..7cc19ff44dab 100644 --- a/svx/source/accessibility/AccessibleOLEShape.cxx +++ b/svx/source/accessibility/AccessibleOLEShape.cxx @@ -204,11 +204,9 @@ OUString return sName; } - - OUString AccessibleOLEShape::CreateAccessibleDescription() - throw (::com::sun::star::uno::RuntimeException) + throw (::com::sun::star::uno::RuntimeException, std::exception) { return CreateAccessibleName (); } |