diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-24 13:25:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-24 13:33:21 +0000 |
commit | 9a8a4b81b66bcf3f1330ceb208f727e2023b36e5 (patch) | |
tree | 89f4481735702e4b5351bb8175e0593fc8c7b904 /sc/source/ui/unoobj/dapiuno.cxx | |
parent | 42837a066b2347effa75926104f3f3ffc96206b7 (diff) |
coverity#737502 Uncaught exception
Change-Id: I5f5b7244db311501af6ded863b4b1fa46e5a547a
Diffstat (limited to 'sc/source/ui/unoobj/dapiuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/dapiuno.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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; |