You've already forked lazarus-ccr
fpspreadsheet: Some clean-up: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7555 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2573,7 +2573,7 @@ end;
|
||||
function TsNumFormatList.AddFormat(AFormatStr: String): Integer;
|
||||
var
|
||||
parser: TsNumFormatParser;
|
||||
newSections: TsNumFormatSections;
|
||||
newSections: TsNumFormatSections = nil;
|
||||
i: Integer;
|
||||
begin
|
||||
parser := TsNumFormatParser.Create(AFormatStr, FFormatSettings);
|
||||
|
Reference in New Issue
Block a user