From f109cc0c498d49ea5679344018724ff76e6addf6 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 13 Jul 2018 18:58:49 +0200 Subject: Remove now superfluous CheckLinkFormulaNeedingCheck() call That's now done in the ScDocumentImport::setFormulaCell() anyway, called two rows below. Change-Id: I593a8781fced9930061a492e4ce613baba50207a --- sc/source/filter/oox/formulabuffer.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc') diff --git a/sc/source/filter/oox/formulabuffer.cxx b/sc/source/filter/oox/formulabuffer.cxx index 0b6bd75ce236..9bec5335a599 100644 --- a/sc/source/filter/oox/formulabuffer.cxx +++ b/sc/source/filter/oox/formulabuffer.cxx @@ -230,9 +230,6 @@ void applyCellFormulas( 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); -- cgit