fpspreadsheet: Fix xlsx writer mismatch between _rels/.rels and docProps/core.xml files making files without metadata unreadable for Excel.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7584 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-07-28 21:38:32 +00:00
parent 25d59b8e88
commit 7e5dde96c3

View File

@ -6105,9 +6105,6 @@ var
begin
book := TsWorkbook(FWorkbook);
if book.MetaData.IsEmpty then
exit;
AppendToStream(AStream,
XML_HEADER);