diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 09:11:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-29 09:43:33 +0100 |
commit | 5e1206f0925b4dddcdede41df7d897b4759813ad (patch) | |
tree | 2b817d0c8045a4a5b3643077c3a691a2a261776c /include/svx | |
parent | 3e9a13f16cf439876775ed5009690862a8d276d1 (diff) |
coverity#1308571 Uncaught exception
Change-Id: Ib844cbd5c5d7be28e4ee2922caf06fb43c7b8a46
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/AccessibleGraphicShape.hxx | 2 |
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; |