summaryrefslogtreecommitdiffstats
path: root/i18npool/source/search
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 11:51:00 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 20:17:26 +0100
commita034c0217f94c34c9dce3b0a05bee4ac161fecb6 (patch)
treed708cd65ad3723409bdf7a0d7c122566bc6c3fc2 /i18npool/source/search
parentfix cairo canvas regression - do not access polygon points outside range (diff)
downloadcore-a034c0217f94c34c9dce3b0a05bee4ac161fecb6.tar.gz
core-a034c0217f94c34c9dce3b0a05bee4ac161fecb6.zip
Remove erTEST
Diffstat (limited to 'i18npool/source/search')
-rw-r--r--i18npool/source/search/levdis.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/i18npool/source/search/levdis.hxx b/i18npool/source/search/levdis.hxx
index dbae91068cac..9efef0ff701c 100644
--- a/i18npool/source/search/levdis.hxx
+++ b/i18npool/source/search/levdis.hxx
@@ -145,13 +145,6 @@ class WLevDistance
int KGV( int a, int b ); // Kleinstes Gemeinsames Vielfaches
public:
-
-#ifdef erTEST
- // CToren fuer direktes Setzen der Gewichtung mit Set...()
- // im CTor werden die Defaultwerte fuer Limit/Rep/Ins/Del gesetzt
- explicit WLevDistance( const ::rtl::OUString& rPattern );
-#endif
-
// CToren mit Userangaben, danach mit GetLimit() Limit holen
// interner Aufruf von CalcLPQR()
// die mathematisch unkorrekte Berechnung wird als Default genommen!
@@ -181,14 +174,6 @@ public:
// SetSplit( TRUE ) macht nur mit Werten nach CalcLPQR() Sinn!
inline bool IsNormal( sal_Int32 nPos ) const { return( !bpPatIsWild[nPos] ); }
-
-#ifdef erTEST
- void ShowTest();
-#ifdef erTESTMAT
- void ShowMatrix( const sal_Unicode* cString );
-#endif
-#endif
-
};
inline int WLevDistance::SetLimit( int nNewLimit )