diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 09:21:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 11:14:30 +0000 |
commit | 481d9840abbad3d6a56a5f1c504591a38630328f (patch) | |
tree | afdb96a8d8885a78a514bc21849ee16b7b737c5b /sc/source | |
parent | 433c7d160cd893cdbdf1ebcef91eed8e35fdb2d4 (diff) |
coverity#1158329 Uncaught exception
Change-Id: I3a150c50de817f11f2bb115000b5562fba55166a
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/chartuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/chartuno.cxx b/sc/source/ui/unoobj/chartuno.cxx index 51e82aa14bf1..47b73e0a89b0 100644 --- a/sc/source/ui/unoobj/chartuno.cxx +++ b/sc/source/ui/unoobj/chartuno.cxx @@ -689,7 +689,7 @@ sal_Bool SAL_CALL ScChartObj::getHasRowHeaders() throw(uno::RuntimeException) } void SAL_CALL ScChartObj::setHasRowHeaders( sal_Bool bHasRowHeaders ) - throw(uno::RuntimeException) + throw(uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; ScRangeListRef xRanges = new ScRangeList; |