summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-12 17:02:29 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-13 21:43:40 +0100
commit973338389732d6da9c21288b3f3455fc35b9fe0a (patch)
tree5d6daeedebfdc1abf51d2be170510f8c8488a6e0 /sc/source
parent114b9562e58a91b34c6e931c281d8a3900744750 (diff)
CheckLinkFormulaNeedingCheck() for .slk import
Change-Id: I79953cf4fd6e9e00351a3b1f1687b6024085e395 (cherry picked from commit 664c2902a6672be51c4a3163a5bf44aa2145d408) Reviewed-on: https://gerrit.libreoffice.org/49610 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/docshell/impex.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index e4ed928537be..6d0d788c46ad 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -1896,6 +1896,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;