From 6bc48275558c3f76c4da25eb8af3c48583ac5599 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 18 Jan 2018 13:24:16 +0100 Subject: CheckLinkFormulaNeedingCheck() for .xls cell formulas Change-Id: I2587fbc4fec39b6f2c8e733331815a2953dee308 --- sc/source/filter/excel/excform.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/filter/excel/excform.cxx') diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx index aa0c351771a6..29c94d2c5f3a 100644 --- a/sc/source/filter/excel/excform.cxx +++ b/sc/source/filter/excel/excform.cxx @@ -157,6 +157,7 @@ void ImportExcel::Formula( { pCell = new ScFormulaCell(&rDoc.getDoc(), aScPos, *pResult); pCell->GetCode()->WrapReference(aScPos, EXC_MAXCOL8, EXC_MAXROW8); + rDoc.getDoc().CheckLinkFormulaNeedingCheck( *pCell->GetCode()); rDoc.getDoc().EnsureTable(aScPos.Tab()); rDoc.setFormulaCell(aScPos, pCell); SetLastFormula(aScPos.Col(), aScPos.Row(), fCurVal, nXF, pCell); -- cgit