X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpellBase.h;h=4fdb68a80aad5f06a5b5570f2a20e2c8470c36db;hb=f268743f8c014ef2dadd260fd1a3873cb1d2038b;hp=1ed6a56f7aac278c1576a895d1617a048147b20c;hpb=13349032cb4dc8ef44146aa652ff6bbff6698249;p=lyx.git diff --git a/src/SpellBase.h b/src/SpellBase.h index 1ed6a56f7a..4fdb68a80a 100644 --- a/src/SpellBase.h +++ b/src/SpellBase.h @@ -1,10 +1,13 @@ // -*- C++ -*- /** * \file SpellBase.h - * Copyright 2002 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 unknown + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #ifndef SPELL_BASE_H @@ -36,15 +39,9 @@ public: /// return true if the spellchecker instance still exists virtual bool alive() = 0; - /// clean up on messy exit - virtual void cleanUp() = 0; - /// check the given word of the given lang code and return the result virtual enum Result check(WordLangTuple const &) = 0; - /// finish this spellchecker instance - virtual void close() = 0; - /// insert the given word into the personal dictionary virtual void insert(WordLangTuple const &) = 0;