summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-28 08:47:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-31 15:05:40 +0200
commit4162339adbb81fc09e6ee405e8dc75bb2321c365 (patch)
treebec6c84c4da15612af0b6666cd7c5858c8175719 /chart2
parent0d06d1d16775fde3b0b34f3374907e07cbba763d (diff)
loplugin:unnecessaryvirtual improve result output
and merge some of the template function results Change-Id: I9a7855ce6720d022ea5b988d68f0d59ff81ee5b9 Reviewed-on: https://gerrit.libreoffice.org/51985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/axes/Tickmarks.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx
index 78434e25355a..f08d2d9aff66 100644
--- a/chart2/source/view/axes/Tickmarks.hxx
+++ b/chart2/source/view/axes/Tickmarks.hxx
@@ -130,7 +130,7 @@ public:
/**
* Determine the screen positions of all ticks based on their numeric values.
*/
- virtual void updateScreenValues( TickInfoArraysType& rAllTickInfos ) const;
+ void updateScreenValues( TickInfoArraysType& rAllTickInfos ) const;
bool isHorizontalAxis() const;
bool isVerticalAxis() const;