summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-29 09:11:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-29 09:43:33 +0100
commit5e1206f0925b4dddcdede41df7d897b4759813ad (patch)
tree2b817d0c8045a4a5b3643077c3a691a2a261776c /include
parent3e9a13f16cf439876775ed5009690862a8d276d1 (diff)
coverity#1308571 Uncaught exception
Change-Id: Ib844cbd5c5d7be28e4ee2922caf06fb43c7b8a46
Diffstat (limited to 'include')
-rw-r--r--include/svx/AccessibleGraphicShape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx
index 6245f5297ba4..d4b88080ecfe 100644
--- a/include/svx/AccessibleGraphicShape.hxx
+++ b/include/svx/AccessibleGraphicShape.hxx
@@ -96,7 +96,7 @@ protected:
/// Create a description string that contains the accessible description.
virtual OUString
CreateAccessibleDescription ()
- throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
AccessibleGraphicShape (const AccessibleGraphicShape&) SAL_DELETED_FUNCTION;