diff options
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 |