fpspreadsheet: Fix compilation with old Laz 1.2 / fpc 2.6.2

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4197 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2015-06-28 17:40:06 +00:00
parent 539da5c2db
commit 4c43ae6e25

View File

@ -26,7 +26,10 @@ unit fpsopendocument;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
{$endif} {$endif}
{$I fps.inc}
{.$define FPSPREADDEBUG} //used to be XLSDEBUG {.$define FPSPREADDEBUG} //used to be XLSDEBUG
interface interface
uses uses
@ -230,6 +233,9 @@ implementation
uses uses
StrUtils, Variants, LazFileUtils, URIParser, StrUtils, Variants, LazFileUtils, URIParser,
{$IFDEF FPS_VARISBOOL}
fpsPatches,
{$ENDIF}
fpsStrings, fpsStreams, fpsClasses, fpsExprParser; fpsStrings, fpsStreams, fpsClasses, fpsExprParser;
const const