From 61c72ef4bebebdfa505176e7d5db82920ad3822e Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 15 Feb 2013 14:15:00 +0100 Subject: ocColumn and ocRow do not need recalc on load, fdo#60645 related Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5 --- formula/source/core/api/FormulaCompiler.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'formula') diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 21f8e975a7ee..eca4fb55e0c5 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -1067,6 +1067,8 @@ void FormulaCompiler::Factor() // If the referred cell is moved the value changes. case ocColumn : case ocRow : + pArr->SetRecalcModeOnRefMove(); + break; // ocCell needs recalc on move for some possible type values. // and recalc mode on load, fdo#60646 case ocCell : -- cgit