[Libreoffice-commits] core.git: chart2/source
Stephan Bergmann
sbergman at redhat.com
Wed Aug 20 05:16:46 PDT 2014
chart2/source/view/charttypes/GL3DBarChart.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b0baa5799a56432d45cb1ec63d77ab93a3ebf9a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Aug 20 14:16:07 2014 +0200
loplugin:literaltoboolconversion
Change-Id: I6fe25eb5619e5e0273e6e2010c948daa547fe46c
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index fb6e912..01a0ecd 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)
More information about the Libreoffice-commits
mailing list