]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.h
Move #includes out of header files.
[lyx.git] / src / pspell.h
index 108fb0eb16c45710859c76df117aafdfc27b1dd3..deb096c95ac6de26fbe541c12eb1e1a9459ef7e0 100644 (file)
@@ -1,10 +1,13 @@
+// -*- C++ -*-
 /**
  * \file pspell.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Kevin Atkinson
- * \author John Levon <levon@movementarian.org>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef LYX_PSPELL_H
@@ -37,15 +40,9 @@ public:
         */
        virtual bool alive() { return true; }
 
-       /// clean up on messy exit
-       virtual void cleanUp();
-
        /// check the given word and return the result
        virtual enum Result check(WordLangTuple const &);
 
-       /// finish this spellchecker instance
-       virtual void close();
-
        /// insert the given word into the personal dictionary
        virtual void insert(WordLangTuple const &);