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

make it possible to update DDE links after loading, fdo#59032

Change-Id: Iba49bec62cb9081cdcd9410215f269b59c1be304
üst 3891d323
......@@ -1076,6 +1076,9 @@ void FormulaCompiler::Factor()
pArr->SetRecalcModeOnLoad();
pArr->SetHyperLink(true);
break;
case ocDde:
pArr->SetRecalcModeOnLoad();
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