summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:03:05 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:03:05 +0000
commitff831eda6ebdcad33744d4161dcf67d9903bc22d (patch)
tree4c0bf0c3f2c17ed1a33b4309dc06c0c5c06c35fe /lingucomponent
parente08c87f1fd9ead5c14cfe7c2a9433a8369ce3edb (diff)
INTEGRATION: CWS tl50 (1.4.28); FILE MERGED
2008/02/27 15:29:57 tl 1.4.28.1: #i86321# removed unused code
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/simpleguesser.hxx8
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
*/