diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-01-30 12:05:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-30 12:16:37 +0100 |
commit | 8310642c6c404ea501b8be5ae4d12860e1562ac9 (patch) | |
tree | 881e305318d96431142107d91845dda412ef982d /linguistic | |
parent | b4f440092b852a7c66f4acdd7e9b0c8e23e212ef (diff) |
Typ-o negativ
Fixed some typos and translated a couple of German words
Change-Id: I24ae28dd537ba283a9480413659f85bd6711acad
Reviewed-on: https://gerrit.libreoffice.org/48892
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index cdace82de2c6..5aade2b9e02e 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -302,12 +302,12 @@ void DicList::SearchForDictionaries( sal_Int32 nPos = aURL.indexOf('.'); OUString aExt( aURL.copy(nPos + 1).toAsciiLowerCase() ); - if ("dcn" == aExt) // negativ + if ("dcn" == aExt) // negative bNeg = true; - else if ("dcp" == aExt) // positiv + else if ("dcp" == aExt) // positive bNeg = false; else - continue; // andere Files + continue; // other files } // Record in the list of Dictionaries |