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:
wp_xxyyzz
2020-07-08 16:59:42 +00:00
parent 57fc4d5095
commit 80a3750dbd
3 changed files with 20 additions and 26 deletions

View File

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