diff options
author | Eike Rathke <erack@redhat.com> | 2018-07-13 18:58:49 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-07-13 19:06:52 +0200 |
commit | f109cc0c498d49ea5679344018724ff76e6addf6 (patch) | |
tree | 2788072f3b6748fbe021d8b1ac144b9edfb7fa3b /sc | |
parent | dc30fdcf7277d2d86f45b1c36384d8b54be29111 (diff) |
Remove now superfluous CheckLinkFormulaNeedingCheck() call
That's now done in the ScDocumentImport::setFormulaCell() anyway,
called two rows below.
Change-Id: I593a8781fced9930061a492e4ce613baba50207a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/oox/formulabuffer.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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); |