From 9a8a4b81b66bcf3f1330ceb208f727e2023b36e5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Feb 2014 13:25:41 +0000 Subject: coverity#737502 Uncaught exception Change-Id: I5f5b7244db311501af6ded863b4b1fa46e5a547a --- sc/source/ui/unoobj/dapiuno.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/source') diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx index 36fba0c7ab45..10e677efd882 100644 --- a/sc/source/ui/unoobj/dapiuno.cxx +++ b/sc/source/ui/unoobj/dapiuno.cxx @@ -2539,7 +2539,8 @@ bool ScDataPilotFieldObj::HasString(const Sequence< OUString >& rItems, const OU // XDataPilotFieldGrouping Reference< XDataPilotField > SAL_CALL ScDataPilotFieldObj::createNameGroup( const Sequence< OUString >& rItems ) - throw (RuntimeException, IllegalArgumentException) + throw (RuntimeException, IllegalArgumentException, + std::exception) { SolarMutexGuard aGuard; -- cgit