From 70eb27893d7ebd41525730ff36a3b5a04a2c9182 Mon Sep 17 00:00:00 2001 From: bigchimp Date: Wed, 1 Oct 2014 12:02:49 +0000 Subject: [PATCH] * fpspreadsheet: cosmetic git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3616 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/tests/formulatests.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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