summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lingucomponent/source/lingutil/lingutil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx
index a8b3a90c5a80..6afd28c53905 100644
--- a/lingucomponent/source/lingutil/lingutil.cxx
+++ b/lingucomponent/source/lingutil/lingutil.cxx
@@ -218,7 +218,7 @@ void MergeNewStyleDicsAndOldStyleDics(
}
// language not yet added?
- if (aNewStyleLanguages.count( nLang ) == 0)
+ if (aNewStyleLanguages.find( nLang ) == aNewStyleLanguages.end())
rNewStyleDics.push_back( *aIt2 );
}
else