diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/lngmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx index 0537dd8ebb44..b412f882e914 100644 --- a/l10ntools/source/lngmerge.cxx +++ b/l10ntools/source/lngmerge.cxx @@ -220,7 +220,7 @@ bool LngParser::Merge( sSearch += sLang; sSearch += ";"; - if (( sLanguagesDone.indexOf( sSearch ) != -1 )) { + if ( sLanguagesDone.indexOf( sSearch ) != -1 ) { LngLineList::iterator it = pLines->begin(); std::advance( it, nPos ); pLines->erase( it ); |