summaryrefslogtreecommitdiff
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-31 21:28:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-01 10:40:14 +0100
commite3190bdef2a3c85559aa761103c198930c7e1164 (patch)
tree088254ec1371977308b7249bedfca362c9be2b78 /sw/inc/accmap.hxx
parent07395b440f5f2f12aa122b7fd047865a5ed55611 (diff)
coverity#1372380 Uncaught exception
Change-Id: I7e3fa90b9186b518188b322f9236bd588d00d846
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index ecb0520164ef..38eba83c4213 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -261,7 +261,7 @@ public:
const css::uno::Reference< css::drawing::XShape >& _rxShape,
const long _nIndex,
const ::accessibility::AccessibleShapeTreeInfo& _rShapeTreeInfo
- ) throw (css::uno::RuntimeException) override;
+ ) throw (css::uno::RuntimeException, std::exception) override;
virtual ::accessibility::AccessibleControlShape* GetAccControlShapeFromModel
(css::beans::XPropertySet* pSet)
throw (css::uno::RuntimeException) override;