You've already forked lazarus-ccr
fpspreadsheet: Fix fpsreaderwriter "using" the no-longer existing unit fpsregfileformats.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5283 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -215,7 +215,7 @@ implementation
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Math, LazUTF8,
|
Math, LazUTF8,
|
||||||
fpsStrings, fpsUtils, fpsNumFormat, fpsStreams, fpsRegFileFormats;
|
fpsStrings, fpsUtils, fpsNumFormat, fpsStreams;
|
||||||
|
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
@ -234,7 +234,7 @@ constructor TsBasicSpreadReaderWriter.Create(AWorkbook: TsWorkbook);
|
|||||||
begin
|
begin
|
||||||
inherited Create;
|
inherited Create;
|
||||||
FWorkbook := AWorkbook;
|
FWorkbook := AWorkbook;
|
||||||
{ A good starting point valid for many formats ... }
|
{ A good starting point valid for many formats... }
|
||||||
FLimitations.MaxColCount := 256;
|
FLimitations.MaxColCount := 256;
|
||||||
FLimitations.MaxRowCount := 65536;
|
FLimitations.MaxRowCount := 65536;
|
||||||
FLimitations.MaxPaletteSize := MaxInt;
|
FLimitations.MaxPaletteSize := MaxInt;
|
||||||
|
Reference in New Issue
Block a user