]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.h
more changes, read the Changelog
[lyx.git] / src / spellchecker.h
index 1487e025a05188b15d6caf7709dfb0e138615d1a..f09ab7e12793a7a2c2356610749e2a905824d039 100644 (file)
@@ -4,25 +4,19 @@
 
 /* These functions are defined in lyx_cb.C */
 
-/** The returned word has to be deleted manually
- */
-char * NextWord(float & value);
-
+class BufferView;
 
 /** MarkLastWord should only be used immidiately after NextWord().
  If you give control back to the user, you _have_ to call EndOfSpellCheck()
  or SelectLastWord(), otherwise segfaults should appear.
  */
-void EndOfSpellCheck();
+//void EndOfSpellCheck();
 ///
-void SelectLastWord();
-///
-void ReplaceWord(string const & replacestringstring);
-
+//void SelectLastWord();
 
 /** This function has to be implemented by the spell checker.
     It will show the spellcheker form*/ 
-void ShowSpellChecker();
+void ShowSpellChecker(BufferView *);
 ///
 void SpellCheckerOptions();