diff --git a/components/fpspreadsheet/tests/formulatests.pas b/components/fpspreadsheet/tests/formulatests.pas index 57bc91617..5a9a08702 100644 --- a/components/fpspreadsheet/tests/formulatests.pas +++ b/components/fpspreadsheet/tests/formulatests.pas @@ -403,7 +403,7 @@ begin The test file contains the text representation in column A, and the formula in column B. } Row := 0; - TempFile:=GetTempFileName; + TempFile := GetTempFileName; {$I testcases_calcrpnformula.inc} MyWorkBook.WriteToFile(TempFile, AFormat, true); finally