* fpspreadsheet: cosmetic

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3616 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
bigchimp
2014-10-01 12:02:49 +00:00
parent 2f8c9089ad
commit 70eb27893d

View File

@ -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