summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorweigao <weigao@multicorewareinc.com>2014-07-26 19:29:44 +0800
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-08-06 20:45:10 +0200
commit5d50115229c21cbd865ba9d54e7c4626b7e1dcc3 (patch)
tree8dd5758fdfea854ddafe5ec418f08c2cbc310045 /chart2/source
parent483cfd6ff77cdcdfe75085835ee51686e9d5d5aa (diff)
add drag animation for benchmark
Change-Id: Ie9146272dd88b7b51edace7023048629874c360f
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 6e66ca77f5ba..8a10e7029981 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -180,7 +180,6 @@ public:
mbExecuting(false)
{
}
-
protected:
virtual void execute() SAL_OVERRIDE;
private:
@@ -194,7 +193,6 @@ private:
glm::vec3 maStartPos;
glm::vec3 maEndPos;
sal_Int32 mnSteps;
-
bool mbExecuting;
glm::vec3 maStep;
glm::vec3 maStepDirection;