diff options
Diffstat (limited to 'lingucomponent/source/languageguessing/simpleguesser.hxx')
-rw-r--r-- | lingucomponent/source/languageguessing/simpleguesser.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx index 7bd13440e552..d0422504c995 100644 --- a/lingucomponent/source/languageguessing/simpleguesser.hxx +++ b/lingucomponent/source/languageguessing/simpleguesser.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: simpleguesser.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -48,12 +48,6 @@ public: /**inits the object with conf file "./conf.txt"*/ SimpleGuesser(); - /** inits the object with conFile config file - * @param const char* confFile the string representing the config file - * @param const char* prefix the path where fingerprints files are stored - */ - SimpleGuesser(const char* confFile, const char* prefix); - /** Compares the current Simpleguesser with an other * @param SimpleGuesser& sg the other guesser to compare */ |