You've already forked lazarus-ccr
fpspreadsheet: Fix compilation issues when fpc version is changed: separate package units into different folders, incorporate code of fpsnumformatparser in unit fpsnumformat and code of fpsregfileformats in units fpsreaderwriter. Check and fix all demos.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5282 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -48,7 +48,7 @@ implementation
|
||||
|
||||
uses
|
||||
fpcanvas, lazutf8,
|
||||
fpstypes, fpsutils, fpsRegFileFormats, fpspreadsheet;
|
||||
fpstypes, fpsutils, fpsReaderWriter, fpspreadsheet;
|
||||
|
||||
|
||||
{ TForm1 }
|
||||
|
Reference in New Issue
Block a user