diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-12 15:53:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-12 15:53:44 +0100 |
commit | e9efd04ae5b63cdcfafc88d0e9f6a6193d6e1d5f (patch) | |
tree | 75a994925766c71a36cb748cbd348792a87c6665 /sc/source/ui/vba/vbarange.cxx | |
parent | 07ebc7771a8c9d8483e1dc7eac408f568434b7b5 (diff) |
coverity#1311651 Uncaught exception
Change-Id: Id371de2657692f7382c9f124162ac15641600826
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 dc5b1f28cf74..bccd042ff2c3 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -1362,7 +1362,7 @@ util::TriState lclGetMergedState( const uno::Reference< table::XCellRange >& rxC css::uno::Reference< excel::XRange > ScVbaRange::getRangeObjectForName( const uno::Reference< uno::XComponentContext >& xContext, const OUString& sRangeName, - ScDocShell* pDocSh, formula::FormulaGrammar::AddressConvention eConv ) throw ( uno::RuntimeException ) + ScDocShell* pDocSh, formula::FormulaGrammar::AddressConvention eConv ) throw ( uno::RuntimeException, std::exception ) { table::CellRangeAddress refAddr; return getRangeForName( xContext, sRangeName, pDocSh, refAddr, eConv ); |