Index: /cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/skaSpellCheck.pas
===================================================================
--- /cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/skaSpellCheck.pas	(revision 1721)
+++ /cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/skaSpellCheck.pas	(revision 1722)
@@ -240,8 +240,5 @@
   FCustdict.Add(CurrentWord);
   WaitForUser := False;
-  AbortSpellCheck(False);
-  Initialize;
-  CheckSpelling;
-  ShowMisSpelledWord;
+  SourceTextControl.Invalidate;
 end;
 
