coverity#1187810 Uncaught exception
Change-Id: Icfd867bbe24ca738ad409001115d1b0470041de4
This commit is contained in:
parent
bf6a770dfe
commit
ae4da7d36b
@ -657,7 +657,7 @@ protected:
|
||||
void SetArrayFormula_Impl( const OUString& rFormula,
|
||||
const OUString& rFormulaNmsp,
|
||||
const formula::FormulaGrammar::Grammar eGrammar )
|
||||
throw(::com::sun::star::uno::RuntimeException);
|
||||
throw (css::uno::RuntimeException, std::exception);
|
||||
|
||||
public:
|
||||
ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR);
|
||||
|
@ -5054,8 +5054,9 @@ OUString SAL_CALL ScCellRangeObj::getArrayFormula() throw(uno::RuntimeException,
|
||||
return aFormula;
|
||||
}
|
||||
|
||||
void ScCellRangeObj::SetArrayFormula_Impl( const OUString& rFormula,
|
||||
const OUString& rFormulaNmsp, const formula::FormulaGrammar::Grammar eGrammar ) throw(uno::RuntimeException)
|
||||
void ScCellRangeObj::SetArrayFormula_Impl(const OUString& rFormula,
|
||||
const OUString& rFormulaNmsp, const formula::FormulaGrammar::Grammar eGrammar)
|
||||
throw (uno::RuntimeException, std::exception)
|
||||
{
|
||||
ScDocShell* pDocSh = GetDocShell();
|
||||
if (pDocSh)
|
||||
|
Loading…
x
Reference in New Issue
Block a user