Kaydet (Commit) 61c72ef4 authored tarafından Eike Rathke's avatar Eike Rathke

ocColumn and ocRow do not need recalc on load, fdo#60645 related

Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5
üst b4d3f5c2
......@@ -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 :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment