[Libreoffice-commits] core.git: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jul 13 17:07:23 UTC 2018


 sc/source/filter/oox/formulabuffer.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit f109cc0c498d49ea5679344018724ff76e6addf6
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Fri Jul 13 18:58:49 2018 +0200
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Fri Jul 13 19:06:52 2018 +0200

    Remove now superfluous CheckLinkFormulaNeedingCheck() call
    
    That's now done in the ScDocumentImport::setFormulaCell() anyway,
    called two rows below.
    
    Change-Id: I593a8781fced9930061a492e4ce613baba50207a

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);


More information about the Libreoffice-commits mailing list