diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-08-31 21:28:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-01 10:40:14 +0100 |
commit | e3190bdef2a3c85559aa761103c198930c7e1164 (patch) | |
tree | 088254ec1371977308b7249bedfca362c9be2b78 /include | |
parent | 07395b440f5f2f12aa122b7fd047865a5ed55611 (diff) |
coverity#1372380 Uncaught exception
Change-Id: I7e3fa90b9186b518188b322f9236bd588d00d846
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/IAccessibleParent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx index 26678ef4e890..897820b2e37d 100644 --- a/include/svx/IAccessibleParent.hxx +++ b/include/svx/IAccessibleParent.hxx @@ -79,7 +79,7 @@ public: const css::uno::Reference< css::drawing::XShape >& _rxShape, const long _nIndex, const AccessibleShapeTreeInfo& _rShapeTreeInfo - ) throw (css::uno::RuntimeException) = 0; + ) throw (css::uno::RuntimeException, std::exception) = 0; //Add this method to support Form Controls virtual AccessibleControlShape* GetAccControlShapeFromModel (css::beans::XPropertySet*) |