sc/source/core/data/simpleformulacalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5d47d2a493b4b2aa928efc99186ab3e3e894374c Author: Eike Rathke <er...@redhat.com> AuthorDate: Fri Jun 3 20:53:01 2022 +0200 Commit: Eike Rathke <er...@redhat.com> CommitDate: Sat Jun 4 00:41:11 2022 +0200 Function Wizard: increase display length of array results So if the dialog is widened the Structure tab can display more details. Change-Id: I857ca525fea8badc229328ab4c822b7de0b2cc0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135369 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins diff --git a/sc/source/core/data/simpleformulacalc.cxx b/sc/source/core/data/simpleformulacalc.cxx index 4b999f2ac09a..102373d5a94a 100644 --- a/sc/source/core/data/simpleformulacalc.cxx +++ b/sc/source/core/data/simpleformulacalc.cxx @@ -15,7 +15,7 @@ #include <compiler.hxx> #include <sfx2/linkmgr.hxx> -#define DISPLAY_LEN 15 +#define DISPLAY_LEN 66 ScSimpleFormulaCalculator::ScSimpleFormulaCalculator( ScDocument& rDoc, const ScAddress& rAddr, const OUString& rFormula, bool bMatrixFormula, formula::FormulaGrammar::Grammar eGram )