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:
@@ -218,7 +218,7 @@ implementation
|
||||
uses
|
||||
TypInfo, LazUtf8, LCLIntf, LCLType, LCLVersion, clipbrd, fpcanvas,
|
||||
SynHighlighterWikiTable,
|
||||
fpsutils, fpsRegFileFormats;
|
||||
fpsutils, fpsReaderWriter;
|
||||
|
||||
const
|
||||
DROPDOWN_COUNT = 24;
|
||||
|
||||
Reference in New Issue
Block a user