summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-28 10:01:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 11:29:22 +0000
commit36df9c07a102121e8d7daf2305d7f86101294a49 (patch)
treeb767d7d0a6cc0332028af05da02cb40ff05d2398 /sw/source/core/access/accdoc.cxx
parentc53ea976a321574e3526d337a70ed08c343479ce (diff)
coverity#158285 Uncaught exception
Change-Id: I84c0f48f8899f9120005a514bff85a07ff91a377
Diffstat (limited to 'sw/source/core/access/accdoc.cxx')
-rw-r--r--sw/source/core/access/accdoc.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index a5aba2530fbe..646bc4db54da 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -851,7 +851,8 @@ sal_Int32 SAL_CALL SwAccessibleDocument::getBackground()
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >
SAL_CALL SwAccessibleDocument::get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
- throw ( ::com::sun::star::uno::RuntimeException )
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception)
{
SolarMutexGuard g;