fpspreadsheet: Fix compilation with fpc before 3.0

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-01 10:23:42 +00:00
parent bed5f52e89
commit 499efd7b8c

View File

@ -17,6 +17,11 @@ interface
uses
Classes, SysUtils, fpimage;
{$IF FPC_FullVersion < 30000}
type
RawByteString = ansistring;
{$ENDIF}
type
{@@ Built-in file formats of fpspreadsheet }
TsSpreadsheetFormat = (sfExcel2, sfExcel5, sfExcel8, sfExcelXML, sfOOXML,