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:
@ -1171,7 +1171,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
SetLength(Result, FList.Count);
|
||||
SetLength(Result{%H-}, FList.Count);
|
||||
n := 0;
|
||||
for i := 0 to FList.Count-1 do
|
||||
begin
|
||||
@ -1205,7 +1205,7 @@ begin
|
||||
FList.Exchange(0, idx);
|
||||
end;
|
||||
|
||||
SetLength(Result, FList.Count);
|
||||
SetLength(Result{%H-}, FList.Count);
|
||||
n := 0;
|
||||
for i := 0 to FList.Count - 1 do
|
||||
begin
|
||||
|
Reference in New Issue
Block a user