From ff831eda6ebdcad33744d4161dcf67d9903bc22d Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 13:03:05 +0000 Subject: INTEGRATION: CWS tl50 (1.4.28); FILE MERGED 2008/02/27 15:29:57 tl 1.4.28.1: #i86321# removed unused code --- lingucomponent/source/languageguessing/simpleguesser.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lingucomponent/source/languageguessing/simpleguesser.hxx') 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 */ -- cgit