summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-15 15:44:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-15 15:44:31 +0200
commita994503f23ae3f1d88afbdb8146cdc93453fdc85 (patch)
tree2c6227c83a0994a36f28bf8bcdec11fb67eec625 /chart2
parent3c5bc3128f8ade4e52069204df2da6c00ffb3806 (diff)
-Werror,-Wunused-private-field
Change-Id: Iede16b58830e9605943b87528b3f5569035b8449
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx1
-rw-r--r--chart2/source/view/inc/GL3DBarChart.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 98f015b88fe4..68c9093f21f7 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 bd09caa0eaf9..cc252cf4e014 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;