diff options
author | Oliver Günther <mail@oliverguenther.de> | 2012-08-09 14:47:19 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-10 21:57:26 +0200 |
commit | be88027c327b5f09d134f235db100ec54afdc30d (patch) | |
tree | 40687f89c0a6c9fa8a686e5f66863618ecfa6c46 /unotools/source/i18n | |
parent | bb6bd1ff9cd3eecec7eb2cd7bd0a4dcef584c903 (diff) |
fdo#39468: Translate German comments in toolkit,unotools, & xmloff
Also checked the following with bin/find-german-comments (all
false positives):
- sysui
- xml2cmp
- udm
- ucb
Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
Diffstat (limited to 'unotools/source/i18n')
-rw-r--r-- | unotools/source/i18n/textsearch.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx index b78a45f63956..05835970cc3e 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -51,7 +51,7 @@ SearchParam::SearchParam( const String &rText, nTransliterationFlags = 0; - // Werte fuer "Gewichtete Levenshtein-Distanz" + // Parameters for weighted Levenshtein distance bLEV_Relaxed = sal_True; nLEV_OtherX = 2; nLEV_ShorterY = 1; @@ -207,9 +207,9 @@ TextSearch::~TextSearch() } /* - * Die allgemeinen Methoden zu Suchen. Diese rufen dann die entpsrecheden - * Methoden fuer die normale Suche oder der Suche nach Regular-Expressions - * ueber die MethodenPointer auf. + * General search methods. These methods will call the respective + * methods, such as ordinary string searching or regular expression + * matching, using the method pointer. */ #if defined _MSC_VER #pragma optimize("", off) |