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

CheckLinkFormulaNeedingCheck() for .xlsx cell formulas

Change-Id: Ia6dd195f7eb4d43483e87eeca59f651e7bf2dcb8
üst 55e484c7
......@@ -213,6 +213,10 @@ void applyCellFormulas(
continue;
aCompiler.CompileTokenArray(); // Generate RPN tokens.
// Check if ocDde/ocWebservice is in any formula for external links warning.
rDoc.getDoc().CheckLinkFormulaNeedingCheck(*pCode);
ScFormulaCell* pCell = new ScFormulaCell(&rDoc.getDoc(), aPos, pCode);
rDoc.setFormulaCell(aPos, pCell);
rCache.store(aPos, pCell);
......
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