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:
wp_xxyyzz
2016-10-22 21:07:29 +00:00
parent 3e6dd484f7
commit 835f622ed6

View File

@ -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;