diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-13 14:54:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-13 21:14:15 +0200 |
commit | da95fc2983e9deea30b9b7148a6e10b5423ed3e1 (patch) | |
tree | d2ff974f976db4ce90ffbe49d938c2f1401a780c /l10ntools | |
parent | e7f9da36198bb53aec2ed0c492cb723bec98f29b (diff) |
loplugin:sequentialassign in embeddedobj..l10ntools
Change-Id: I69377e2f96a376a7a5ccaec268c4f92c00a250f7
Reviewed-on: https://gerrit.libreoffice.org/70705
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 058e79ae656e..ee442e91475b 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -194,8 +194,6 @@ void HelpParser::ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResDa XMLElement* pXMLElement = nullptr; MergeEntrys *pEntrys = nullptr; - pEntrys = nullptr; - if( !sCur.equalsIgnoreAsciiCase("en-US") ){ pXMLElement = (*aLangHM)[ "en-US" ]; if( pXMLElement == nullptr ) |