summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:55:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:23:01 +0100
commit2a5a4497c210b649fdfaae8b74d742f23df32499 (patch)
tree62ffe2714546a09007eea98018b8b0e7eee2d723
parent11a41ce2c094cd7e5d1ef289aa940cdfbe53bbf6 (diff)
coverity#1308507 Uncaught exception
Change-Id: I235598d657f778f5e9f87c240eb86745f7f35e8b
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 2edee638914e..4e936c5f1d5b 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -177,7 +177,7 @@ static void lcl_SetSpecialProperty(SwFrameFormat* pFormat,
const SfxItemPropertySimpleEntry* pEntry,
const uno::Any& aValue)
throw (lang::IllegalArgumentException,
- uno::RuntimeException)
+ uno::RuntimeException, std::exception)
{
// special treatment for "non-items"
switch(pEntry->nWID)