summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-12 15:54:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-12 15:54:42 +0100
commit2749d86cd951e784105c02b6cd07e1a439c1e56b (patch)
tree98df9534963d4a071f5cf846edf47bd936d991ac /sc/source/ui/vba/vbarange.cxx
parente9efd04ae5b63cdcfafc88d0e9f6a6193d6e1d5f (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.cxx2
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;