[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/source

Eike Rathke erack at redhat.com
Tue Feb 13 20:44:04 UTC 2018


 sc/source/ui/docshell/impex.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6e41a2980bc8216b72d75c0d972d93a13b89fd0a
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Feb 12 17:02:29 2018 +0100

    CheckLinkFormulaNeedingCheck() for .slk import
    
    Change-Id: I79953cf4fd6e9e00351a3b1f1687b6024085e395
    (cherry picked from commit 664c2902a6672be51c4a3163a5bf44aa2145d408)
    Reviewed-on: https://gerrit.libreoffice.org/49611
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 1496e66deffd..2aa9e57559ac 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -1857,6 +1857,7 @@ bool ScImportExport::Sylk2Doc( SvStream& rStrm )
                             const formula::FormulaGrammar::Grammar eGrammar = formula::FormulaGrammar::GRAM_PODF_A1;
                             ScCompiler aComp( pDoc, aPos, eGrammar);
                             ScTokenArray* pCode = aComp.CompileString( aText );
+                            pDoc->CheckLinkFormulaNeedingCheck( *pCode);
                             if ( ch == 'M' )
                             {
                                 ScMarkData aMark;


More information about the Libreoffice-commits mailing list