summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-17 09:29:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-17 15:19:46 +0100
commitb0a91289a0fb40f81af1d3291f1a0f203ce006ca (patch)
tree8969f4e006fe6cd6749f9bd3ee290be32a17d7e5 /sw
parentdbfd932e089014e1581016badad15ff124271316 (diff)
coverity#1247634 Uncaught exception
Change-Id: I0d7326533a4daf9d4cb37ce73e85c6a089eed33d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unostyle.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 3270a31d8fe9..d1b7f145ee20 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -1652,7 +1652,8 @@ static void lcl_SetStyleProperty(const SfxItemPropertySimpleEntry& rEntry,
SwDoc* pDoc,
SfxStyleFamily eFamily)
throw(beans::PropertyVetoException, lang::IllegalArgumentException,
- lang::WrappedTargetException, uno::RuntimeException)
+ lang::WrappedTargetException, uno::RuntimeException,
+ std::exception)
{
//UUUU adapted switch logic to a more readable state; removed goto's and made