fpspreadsheet: Fix sfExcel8 writing incorrect merged cell records.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3556 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-09-12 15:54:21 +00:00
parent 02a3b17e6e
commit b8cef77420

View File

@ -1009,7 +1009,7 @@ begin
{ BIFF record header }
AStream.WriteWord(WordToLE(INT_EXCEL_ID_MERGEDCELLS));
AStream.WriteWord(WordToLE(4 + 2 + n*8));
AStream.WriteWord(WordToLE(2 + n*8));
// Count of cell ranges in this record
AStream.WriteWord(WordToLE(n));