summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/GL3DBarChart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/GL3DBarChart.cxx')
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 5bc02d39453b..5aba63ef136b 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -142,7 +142,7 @@ public:
protected:
- virtual void execute() SAL_OVERRIDE;
+ virtual void execute() override;
};
void RenderOneFrameThread::execute()
@@ -165,7 +165,7 @@ public:
protected:
- virtual void execute() SAL_OVERRIDE;
+ virtual void execute() override;
private:
glm::vec3 maStartPos;
@@ -206,7 +206,7 @@ public:
osl_getSystemTime(&maClickFlyBackEndTime);
}
protected:
- virtual void execute() SAL_OVERRIDE;
+ virtual void execute() override;
private:
void ProcessMouseEvent();
void MoveCamera();