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

Caolán McNamara caolanm at redhat.com
Sat Mar 12 21:11:03 UTC 2016


 rsc/source/parser/rscdb.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc573d62203d6001fac95d93107cd181882b5cf2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Mar 12 21:10:05 2016 +0000

    WaE: loplugin:stringconcat
    
    Change-Id: I28a106e978cdfd70847737784f9bff6ae365fda7

diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index dbf0a54..7f135be 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -96,8 +96,8 @@ OString RscTypCont::ChangeLanguage(const OString& rNewLang)
             AddLanguage( aLang.getStr() );
             nID = GetLangId( aLang );
         }
-        SAL_INFO("rsc", "RscTypCont::ChangeLanguage: " <<
-            "'" << aLang << "'" << " (0x" << std::hex << nID << ") (" << (bAdd ? "added" : "exists"));
+        SAL_INFO("rsc", "RscTypCont::ChangeLanguage: '" <<
+            aLang << "' (0x" << std::hex << nID << ") (" << (bAdd ? "added" : "exists"));
         aLangFallbacks.push_back( nID);
     }
 


More information about the Libreoffice-commits mailing list