summaryrefslogtreecommitdiff
path: root/i18npool/source/search/levdis.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/search/levdis.hxx')
-rw-r--r--i18npool/source/search/levdis.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/i18npool/source/search/levdis.hxx b/i18npool/source/search/levdis.hxx
index b61b731ea664..9efef0ff701c 100644
--- a/i18npool/source/search/levdis.hxx
+++ b/i18npool/source/search/levdis.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -144,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!
@@ -180,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 )
@@ -227,3 +213,4 @@ inline bool WLevDistance::SetSplit( bool bNewSplit )
#endif // _LEVDIS_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */