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

ocMacro and ocExternal need to be recalculated on load, fdo#60977

Change-Id: I9e69ca2feae44bc645e8a49e349557f0933a23eb
üst 5d8548da
......@@ -1062,6 +1062,9 @@ void FormulaCompiler::Factor()
// override ModeAlways, use
// AddRecalcMode(RECALCMODE_ONLOAD) instead.
case ocConvert :
case ocDde:
case ocMacro:
case ocExternal:
pArr->AddRecalcMode( RECALCMODE_ONLOAD );
break;
// If the referred cell is moved the value changes.
......@@ -1081,9 +1084,6 @@ void FormulaCompiler::Factor()
pArr->AddRecalcMode( RECALCMODE_ONLOAD );
pArr->SetHyperLink(true);
break;
case ocDde:
pArr->AddRecalcMode( RECALCMODE_ONLOAD );
break;
default:
; // nothing
}
......
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