[Libreoffice-commits] core.git: l10ntools/source

Stephan Bergmann sbergman at redhat.com
Wed Jul 5 13:05:41 UTC 2017


 l10ntools/source/lngmerge.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c4d4f268f6db843419f65f9809b395352867380
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jul 5 15:05:10 2017 +0200

    loplugin:unnecessaryparen
    
    Change-Id: I38f1462c97c6a8fc5777f0db4555c11d8201b49b

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 );


More information about the Libreoffice-commits mailing list