diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-22 10:01:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-27 08:22:09 +0200 |
commit | 862dc17e437f0972223e18555110dc875d2ffa44 (patch) | |
tree | 3b8e33815f337b262b7a42e01af64acae4912b0e /desktop/source/deployment/misc | |
parent | 50af4bf5c67eaac39d02cfe20584906eec058235 (diff) |
loplugin:expressionalwayszero improvements
Change-Id: I00bdbc58d2295a0be30b47c85eae6b9abfec17b2
Reviewed-on: https://gerrit.libreoffice.org/51868
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/deployment/misc')
-rw-r--r-- | desktop/source/deployment/misc/dp_update.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_update.cxx b/desktop/source/deployment/misc/dp_update.cxx index fc11d261baef..605ace6a5f44 100644 --- a/desktop/source/deployment/misc/dp_update.cxx +++ b/desktop/source/deployment/misc/dp_update.cxx @@ -125,7 +125,7 @@ void getOwnUpdateInfos( } else { - bAllHaveOwnUpdateInformation &= false; + bAllHaveOwnUpdateInformation = false; } } out_allFound = bAllHaveOwnUpdateInformation; |