diff --git a/components/fpspreadsheet/source/common/fpsopendocument.pas b/components/fpspreadsheet/source/common/fpsopendocument.pas index 2d1923ecf..9ca29f2e3 100644 --- a/components/fpspreadsheet/source/common/fpsopendocument.pas +++ b/components/fpspreadsheet/source/common/fpsopendocument.pas @@ -7159,7 +7159,7 @@ begin fmt := (FWorkbook as TsWorkbook).GetCellFormat(ACell^.FormatIndex); if (fmt.UsedFormattingFields <> []) then AppendToStream(AStream, Format( - '', [lStyle, spannedStr]), + '', [lStyle, spannedStr]), comment, '') else diff --git a/components/fpspreadsheet/tests/spreadtestcli.lpi b/components/fpspreadsheet/tests/spreadtestcli.lpi index d2b503df1..9667a36a1 100644 --- a/components/fpspreadsheet/tests/spreadtestcli.lpi +++ b/components/fpspreadsheet/tests/spreadtestcli.lpi @@ -1,15 +1,15 @@ - + + - <UseAppBundle Value="False"/> <ResourceType Value="res"/> @@ -53,8 +53,6 @@ </BuildModes> <PublishOptions> <Version Value="2"/> - <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> - <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/> </PublishOptions> <RunParams> <FormatVersion Value="2"/> @@ -67,7 +65,7 @@ <PackageName Value="LCLBase"/> </Item1> </RequiredPackages> - <Units Count="25"> + <Units Count="24"> <Unit0> <Filename Value="spreadtestcli.lpr"/> <IsPartOfProject Value="True"/> @@ -105,69 +103,65 @@ <IsPartOfProject Value="True"/> </Unit8> <Unit9> - <Filename Value="insertdeletetests.pas"/> + <Filename Value="errortests.pas"/> <IsPartOfProject Value="True"/> </Unit9> <Unit10> - <Filename Value="errortests.pas"/> + <Filename Value="numberstests.pas"/> <IsPartOfProject Value="True"/> </Unit10> <Unit11> - <Filename Value="numberstests.pas"/> + <Filename Value="fonttests.pas"/> <IsPartOfProject Value="True"/> </Unit11> <Unit12> - <Filename Value="fonttests.pas"/> + <Filename Value="formulatests.pas"/> <IsPartOfProject Value="True"/> </Unit12> <Unit13> - <Filename Value="formulatests.pas"/> + <Filename Value="numformatparsertests.pas"/> <IsPartOfProject Value="True"/> </Unit13> <Unit14> - <Filename Value="numformatparsertests.pas"/> + <Filename Value="optiontests.pas"/> <IsPartOfProject Value="True"/> </Unit14> <Unit15> - <Filename Value="optiontests.pas"/> + <Filename Value="virtualmodetests.pas"/> <IsPartOfProject Value="True"/> </Unit15> <Unit16> - <Filename Value="virtualmodetests.pas"/> + <Filename Value="dbexporttests.pas"/> <IsPartOfProject Value="True"/> </Unit16> <Unit17> - <Filename Value="dbexporttests.pas"/> + <Filename Value="sortingtests.pas"/> <IsPartOfProject Value="True"/> </Unit17> <Unit18> - <Filename Value="sortingtests.pas"/> + <Filename Value="copytests.pas"/> <IsPartOfProject Value="True"/> </Unit18> <Unit19> - <Filename Value="copytests.pas"/> + <Filename Value="celltypetests.pas"/> <IsPartOfProject Value="True"/> </Unit19> <Unit20> - <Filename Value="celltypetests.pas"/> + <Filename Value="commenttests.pas"/> <IsPartOfProject Value="True"/> </Unit20> <Unit21> - <Filename Value="commenttests.pas"/> + <Filename Value="enumeratortests.pas"/> <IsPartOfProject Value="True"/> </Unit21> <Unit22> - <Filename Value="enumeratortests.pas"/> + <Filename Value="hyperlinktests.pas"/> <IsPartOfProject Value="True"/> </Unit22> <Unit23> - <Filename Value="hyperlinktests.pas"/> - <IsPartOfProject Value="True"/> - </Unit23> - <Unit24> <Filename Value="pagelayouttests.pas"/> <IsPartOfProject Value="True"/> - </Unit24> + </Unit23> </Units> </ProjectOptions> <CompilerOptions> diff --git a/components/fpspreadsheet/tests/spreadtestcli.lpr b/components/fpspreadsheet/tests/spreadtestcli.lpr index 1de5f8e9e..673aac31e 100644 --- a/components/fpspreadsheet/tests/spreadtestcli.lpr +++ b/components/fpspreadsheet/tests/spreadtestcli.lpr @@ -12,7 +12,7 @@ uses {the actual tests} datetests, manualtests, stringtests, internaltests, testsutility, testutils, - formattests, colortests, emptycelltests, insertdeletetests, errortests, + formattests, colortests, emptycelltests, errortests, numberstests, fonttests, formulatests, numformatparsertests, optiontests, virtualmodetests, dbexporttests, sortingtests, copytests, celltypetests, commenttests, enumeratortests, hyperlinktests, pagelayouttests;