* fpspreadsheet: typo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3613 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
bigchimp
2014-09-30 11:59:47 +00:00
parent 5a79fc8458
commit 04907b25bb

View File

@ -20,7 +20,7 @@ uses
Classes, SysUtils, fpimage, AVL_Tree, avglvltree, lconvencoding; Classes, SysUtils, fpimage, AVL_Tree, avglvltree, lconvencoding;
type type
{@@ File formats suppored by fpspreadsheet } {@@ File formats supported by fpspreadsheet }
TsSpreadsheetFormat = (sfExcel2, {sfExcel3, sfExcel4,} sfExcel5, sfExcel8, TsSpreadsheetFormat = (sfExcel2, {sfExcel3, sfExcel4,} sfExcel5, sfExcel8,
sfOOXML, sfOpenDocument, sfCSV, sfWikiTable_Pipes, sfWikiTable_WikiMedia); sfOOXML, sfOpenDocument, sfCSV, sfWikiTable_Pipes, sfWikiTable_WikiMedia);