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

Tor Lillqvist tml at iki.fi
Sat Apr 13 04:22:00 PDT 2013


 l10ntools/source/cfgmerge.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 41807e779f93cc3dc7cb338a13b19195a77d11af
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Apr 13 14:21:36 2013 +0300

    Fix warning: unused variable 'sPlatform' [loplugin]
    
    Change-Id: I2d6c7bae4f202a00f89d22b63370c128cc27c7c4

diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index d6a72ed..e5923ab 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -475,8 +475,6 @@ void CfgMerge::WorkOnText(OString &rText, const OString& rLangIndex)
                 sGroupId = aStack.GetAccessPath( aStack.size() - 2 );
             }
 
-            OString sPlatform;
-
             pResData = new ResData( sGroupId, sFilename );
             pResData->sId = sLocalId;
             pResData->sResTyp = pStackData->sResTyp;


More information about the Libreoffice-commits mailing list