Kaydet (Commit) 9c55eab0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

CELL needs to be recalculated during import as well, fdo#60645

Change-Id: If981199f01d4b33270d82c65fb033fa51222fb62
üst 6b3ecd11
...@@ -1067,8 +1067,10 @@ void FormulaCompiler::Factor() ...@@ -1067,8 +1067,10 @@ void FormulaCompiler::Factor()
case ocColumn : case ocColumn :
case ocRow : case ocRow :
// ocCell needs recalc on move for some possible type values. // ocCell needs recalc on move for some possible type values.
// and recalc mode on load, fdo#60646
case ocCell : case ocCell :
pArr->SetRecalcModeOnRefMove(); pArr->SetRecalcModeOnRefMove();
pArr->SetRecalcModeOnLoad();
break; break;
case ocHyperLink : case ocHyperLink :
// cell with hyperlink needs to be calculated on load to // cell with hyperlink needs to be calculated on load to
......
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