summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-12 15:53:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-12 15:53:44 +0100
commite9efd04ae5b63cdcfafc88d0e9f6a6193d6e1d5f (patch)
tree75a994925766c71a36cb748cbd348792a87c6665 /sc/source/ui/vba/vbarange.hxx
parent07ebc7771a8c9d8483e1dc7eac408f568434b7b5 (diff)
coverity#1311651 Uncaught exception
Change-Id: Id371de2657692f7382c9f124162ac15641600826
Diffstat (limited to 'sc/source/ui/vba/vbarange.hxx')
-rw-r--r--sc/source/ui/vba/vbarange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx
index 35faac72c96d..e8a181f6d2f3 100644
--- a/sc/source/ui/vba/vbarange.hxx
+++ b/sc/source/ui/vba/vbarange.hxx
@@ -141,7 +141,7 @@ public:
static css::uno::Reference< ov::excel::XRange > getRangeObjectForName(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
const OUString& sRangeName, ScDocShell* pDocSh,
- formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_XL_A1 ) throw ( css::uno::RuntimeException );
+ formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_XL_A1 ) throw ( css::uno::RuntimeException, std::exception );
static css::uno::Reference< ov::excel::XRange > CellsHelper(
const css::uno::Reference< ov::XHelperInterface >& xParent,