From d6740ca95eb795992ceb4834b1b36bfdfa2faa4a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 13:49:28 +0000 Subject: coverity#738351 Uncaught exception Change-Id: I007084047ea6640afbb4b6a451565d6561174b5c --- sw/source/ui/uno/unomailmerge.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/source/ui/uno/unomailmerge.cxx') 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); -- cgit