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

CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()

Change-Id: I1587be914b390b2597185dd5af870d1d785010a4
üst d0a230db
......@@ -285,6 +285,8 @@ void ScDocumentImport::setFormulaCell(
std::unique_ptr<ScFormulaCell> pFC =
o3tl::make_unique<ScFormulaCell>(&mpImpl->mrDoc, rPos, rFormula, eGrammar);
mpImpl->mrDoc.CheckLinkFormulaNeedingCheck( *pFC->GetCode());
if (pResult)
{
// Set cached result to this formula cell.
......
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