fpspreadsheet: Fix wikitables compilation error due to new Workbook parameter of Create.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3069 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
00ed56d1ef
commit
c57b353e68
@ -300,7 +300,7 @@ end;
|
|||||||
procedure TsWikiTableReader.CreateNumFormatList;
|
procedure TsWikiTableReader.CreateNumFormatList;
|
||||||
begin
|
begin
|
||||||
FreeAndNil(FNumFormatList);
|
FreeAndNil(FNumFormatList);
|
||||||
FNumFormatList := TsWikiTableNumFormatList.Create;
|
FNumFormatList := TsWikiTableNumFormatList.Create(Workbook);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TsWikiTableReader.ReadFromStrings(AStrings: TStrings;
|
procedure TsWikiTableReader.ReadFromStrings(AStrings: TStrings;
|
||||||
|
Loading…
Reference in New Issue
Block a user