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()
case ocColumn :
case ocRow :
// ocCell needs recalc on move for some possible type values.
// and recalc mode on load, fdo#60646
case ocCell :
pArr->SetRecalcModeOnRefMove();
pArr->SetRecalcModeOnLoad();
break;
case ocHyperLink :
// 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