You've already forked lazarus-ccr
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:
@ -26,7 +26,10 @@ unit fpsopendocument;
|
||||
{$mode objfpc}{$H+}
|
||||
{$endif}
|
||||
|
||||
{$I fps.inc}
|
||||
|
||||
{.$define FPSPREADDEBUG} //used to be XLSDEBUG
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -230,6 +233,9 @@ implementation
|
||||
|
||||
uses
|
||||
StrUtils, Variants, LazFileUtils, URIParser,
|
||||
{$IFDEF FPS_VARISBOOL}
|
||||
fpsPatches,
|
||||
{$ENDIF}
|
||||
fpsStrings, fpsStreams, fpsClasses, fpsExprParser;
|
||||
|
||||
const
|
||||
|
Reference in New Issue
Block a user