You've already forked lazarus-ccr
fpspreadsheet: Fix CF background test case for ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7562 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1206,7 +1206,9 @@ var
|
||||
fmt: TsCellFormat;
|
||||
begin
|
||||
InitFormatRecord(fmt);
|
||||
fmt.SetBackground(fsHatchDiag, scYellow, scRed);
|
||||
// ODS supports only solid fill
|
||||
//fmt.SetBackground(fsHatchDiag, scYellow, scRed);
|
||||
fmt.SetBackground(fsSolidFill, scYellow, scYellow);
|
||||
TestWriteRead_CF_CellFmt(sfOpenDocument, cfcEqual, 5, fmt);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user