[Libreoffice-commits] core.git: chart2/source
Stephan Bergmann
sbergman at redhat.com
Thu May 15 06:44:59 PDT 2014
chart2/source/view/charttypes/GL3DBarChart.cxx | 1 -
chart2/source/view/inc/GL3DBarChart.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit a994503f23ae3f1d88afbdb8146cdc93453fdc85
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu May 15 15:44:31 2014 +0200
-Werror,-Wunused-private-field
Change-Id: Iede16b58830e9605943b87528b3f5569035b8449
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 98f015b..68c9093 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -26,7 +26,6 @@ namespace chart {
GL3DBarChart::GL3DBarChart(
const css::uno::Reference<css::chart2::XChartType>& xChartType,
OpenGLWindow& rWindow) :
- mbPickingMode(false),
mxChartType(xChartType),
mpRenderer(new opengl3D::OpenGL3DRenderer()),
mrWindow(rWindow),
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index bd09caa..cc252cf 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -49,7 +49,6 @@ public:
virtual void clickedAt(const Point& rPos) SAL_OVERRIDE;
private:
- bool mbPickingMode;
css::uno::Reference<css::chart2::XChartType> mxChartType;
boost::ptr_vector<opengl3D::Renderable3DObject> maShapes;
More information about the Libreoffice-commits
mailing list