diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:18:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:22:55 +0100 |
commit | 91e897bae2ed76df67403a2c563a2d1379f2e174 (patch) | |
tree | c3fd14ea57fa5a4e6ed785b0af5ee079e385d768 /svx | |
parent | 8db808c5003cd10a87b99cbdb193171ce8d0869c (diff) |
coverity#1308483 Uncaught exception
Change-Id: I7d778173ecff7c343b289eb371b53b825f6cc301
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 160896ad8498..eeb270e434ad 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -1197,7 +1197,7 @@ OUString AccessibleShape::GetFullAccessibleName (AccessibleShape *shape) OUString AccessibleShape::CreateAccessibleDescription() - throw (::com::sun::star::uno::RuntimeException) + throw (::com::sun::star::uno::RuntimeException, std::exception) { DescriptionGenerator aDG (mxShape); aDG.Initialize (CreateAccessibleBaseName()); |