diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-12 15:54:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-12 15:54:42 +0100 |
commit | 2749d86cd951e784105c02b6cd07e1a439c1e56b (patch) | |
tree | 98df9534963d4a071f5cf846edf47bd936d991ac /sc/source/ui/vba/vbarange.cxx | |
parent | e9efd04ae5b63cdcfafc88d0e9f6a6193d6e1d5f (diff) |
coverity#1311652 Uncaught exception
Change-Id: I7def0c77506a80360e40f5392eb4e3652702550c
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r-- | sc/source/ui/vba/vbarange.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index bccd042ff2c3..e136d0bbab18 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -2678,7 +2678,7 @@ ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2 ) throw (uno::Ru return Range( Cell1, Cell2, false ); } uno::Reference< excel::XRange > -ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2, bool bForceUseInpuRangeTab ) throw (uno::RuntimeException) +ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2, bool bForceUseInpuRangeTab ) throw (uno::RuntimeException, std::exception) { uno::Reference< table::XCellRange > xCellRange = mxRange; |