summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 09:21:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 11:14:30 +0000
commit433c7d160cd893cdbdf1ebcef91eed8e35fdb2d4 (patch)
treec2a1cea93ff8ebba290556512a7f61e9a1edb62b /sc/source
parent46fdb171095e399ca27b2c680fa738c6025252ac (diff)
coverity#1158330 Uncaught exception
Change-Id: I73e4142b5c0a4c705a04a3cb354d051bb9bc820a
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/chartuno.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/chartuno.cxx b/sc/source/ui/unoobj/chartuno.cxx
index 53b8255ab740..51e82aa14bf1 100644
--- a/sc/source/ui/unoobj/chartuno.cxx
+++ b/sc/source/ui/unoobj/chartuno.cxx
@@ -668,7 +668,8 @@ sal_Bool SAL_CALL ScChartObj::getHasColumnHeaders() throw(uno::RuntimeException)
}
void SAL_CALL ScChartObj::setHasColumnHeaders( sal_Bool bHasColumnHeaders )
- throw(uno::RuntimeException)
+ throw(uno::RuntimeException,
+ std::exception)
{
SolarMutexGuard aGuard;
ScRangeListRef xRanges = new ScRangeList;