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

Remove now superfluous CheckLinkFormulaNeedingCheck() call

That's now done in the ScDocumentImport::setFormulaCell() anyway,
called two rows below.

Change-Id: I593a8781fced9930061a492e4ce613baba50207a
üst dc30fdcf
...@@ -230,9 +230,6 @@ void applyCellFormulas( ...@@ -230,9 +230,6 @@ void applyCellFormulas(
aCompiler.CompileTokenArray(); // Generate RPN tokens. 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); ScFormulaCell* pCell = new ScFormulaCell(&rDoc.getDoc(), aPos, pCode);
rDoc.setFormulaCell(aPos, pCell); rDoc.setFormulaCell(aPos, pCell);
rCache.store(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