diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-20 14:16:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-20 14:16:07 +0200 |
commit | 1b0baa5799a56432d45cb1ec63d77ab93a3ebf9a (patch) | |
tree | 3f2def14aa3a7b9990eeaf354a56a80d38e5833f /chart2 | |
parent | f340f0454627939f1830826fb5cc53a90e6c62a4 (diff) |
loplugin:literaltoboolconversion
Change-Id: I6fe25eb5619e5e0273e6e2010c948daa547fe46c
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index fb6e912c2717..01a0ecd87e63 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -189,7 +189,7 @@ class RenderBenchMarkThread : public RenderThread public: RenderBenchMarkThread(GL3DBarChart * pChart) : RenderThread(pChart) - , mbAutoFlyExecuting(0) + , mbAutoFlyExecuting(false) , mbExecuting(false) , mbNeedFlyBack(false) , mnStep(0) |