fpspreadsheet: Fix Workbook.Clear not clearing metadata.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7599 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-08-11 16:18:47 +00:00
parent 21547ee284
commit 196b787aed

View File

@ -6389,6 +6389,9 @@ begin
// Clear error log
ClearErrorList;
// Clear metadata
FMetaData.Clear;
end;