summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-12 17:02:29 +0100
committerEike Rathke <erack@redhat.com>2018-02-12 17:14:07 +0100
commit664c2902a6672be51c4a3163a5bf44aa2145d408 (patch)
tree6ff8ed821cefdd481583420511f45c447ea26fd4 /sc
parent9cf2616c5e709b595eeee6ab88dacdfad2003f98 (diff)
CheckLinkFormulaNeedingCheck() for .slk import
Change-Id: I79953cf4fd6e9e00351a3b1f1687b6024085e395
Diffstat (limited to 'sc')
-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 cd703cbe9714..da9d0c7bc9e2 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -1923,6 +1923,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;