You've already forked lazarus-ccr
jvcllaz: Set package version numbers to 1.0.5 for upcoming OPM release. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6969 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -70,9 +70,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
JvTypes, JvResources;
|
||||
|
||||
// NOTE: hash table and soundex lookup code originally from Julian Bucknall's
|
||||
// "Algorithms Alfresco" column in The Delphi Magazine, Issue 52, December 1999
|
||||
// Used with permission
|
||||
@ -307,7 +304,7 @@ procedure TJvDefaultSpellChecker.BuildTables;
|
||||
var
|
||||
AFile: TextFile;
|
||||
Value: string;
|
||||
LastValue: string;
|
||||
LastValue: string = '';
|
||||
SoundexVal: TSoundex;
|
||||
I: Integer;
|
||||
N: Integer;
|
||||
|
Reference in New Issue
Block a user