summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-28 10:00:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 11:29:22 +0000
commitc53ea976a321574e3526d337a70ed08c343479ce (patch)
tree1537682525c6c7c10ae7e9aa0dd276a5aee6a156 /sw/source/core/access/accdoc.cxx
parent1311835cb6033ca8ab693c546324c5e66697b6ce (diff)
coverity#1158286 Uncaught exception
Change-Id: Ie072cf53a483ae5115d708adfaa0817a60389446
Diffstat (limited to 'sw/source/core/access/accdoc.cxx')
-rw-r--r--sw/source/core/access/accdoc.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index 5c27f98ba393..a5aba2530fbe 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -604,7 +604,9 @@ void SAL_CALL SwAccessibleDocument::disposing( const ::com::sun::star::lang::Eve
}
uno::Any SAL_CALL SwAccessibleDocument::getExtendedAttributes()
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ throw (::com::sun::star::lang::IndexOutOfBoundsException,
+ ::com::sun::star::uno::RuntimeException,
+ std::exception)
{
SolarMutexGuard g;