You've already forked lazarus-ccr
fpspreadsheet: Fix test suite crashing due to changes in ODS writer. All green again.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7528 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -7159,7 +7159,7 @@ begin
|
||||
fmt := (FWorkbook as TsWorkbook).GetCellFormat(ACell^.FormatIndex);
|
||||
if (fmt.UsedFormattingFields <> []) then
|
||||
AppendToStream(AStream, Format(
|
||||
'<table:table-cell table:style-name="%s"%s>', [lStyle, spannedStr]),
|
||||
'<table:table-cell%s%s>', [lStyle, spannedStr]),
|
||||
comment,
|
||||
'</table:table-cell>')
|
||||
else
|
||||
|
Reference in New Issue
Block a user