summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unomailmerge.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 13:49:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:44 +0000
commitd6740ca95eb795992ceb4834b1b36bfdfa2faa4a (patch)
tree3d3ac2bfa0814643179ff0b48890c5c79a07ea92 /sw/source/ui/uno/unomailmerge.cxx
parentb2a19533927ff32809e47ef0c1e627b69a26da63 (diff)
coverity#738351 Uncaught exception
Change-Id: I007084047ea6640afbb4b6a451565d6561174b5c
Diffstat (limited to 'sw/source/ui/uno/unomailmerge.cxx')
-rw-r--r--sw/source/ui/uno/unomailmerge.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unomailmerge.cxx b/sw/source/ui/uno/unomailmerge.cxx
index 2e839d761df8..a2dcd068a4c8 100644
--- a/sw/source/ui/uno/unomailmerge.cxx
+++ b/sw/source/ui/uno/unomailmerge.cxx
@@ -433,7 +433,8 @@ private:
uno::Any SAL_CALL SwXMailMerge::execute(
const uno::Sequence< beans::NamedValue >& rArguments )
- throw (IllegalArgumentException, Exception, RuntimeException)
+ throw (IllegalArgumentException, Exception,
+ RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
MailMergeExecuteFinalizer aFinalizer(this);