diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 10:55:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 19:58:14 +0200 |
commit | 2d8056d884ee3ab7b4454c378618dceb6f5a7ae8 (patch) | |
tree | 37be5459b0c7a516bd8b66098d8ca1ef2f9de2b6 /chart2/source/view/main/VDataSeries.cxx | |
parent | ad4b72a0eacf6bb6887236ea3a3807b1264de822 (diff) |
loplugin:unusedmethods
Change-Id: I19f466a272c821185bea4b45efd34392e525c0d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165785
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/main/VDataSeries.cxx')
-rw-r--r-- | chart2/source/view/main/VDataSeries.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx index 0462effd8a6b..a940134509a1 100644 --- a/chart2/source/view/main/VDataSeries.cxx +++ b/chart2/source/view/main/VDataSeries.cxx @@ -407,11 +407,6 @@ void VDataSeries::setPieChartSubType(chart2::PieChartSubType eSubType) m_ePieChartSubType = eSubType; } -chart2::PieChartSubType VDataSeries::getPieChartSubType() const -{ - return m_ePieChartSubType; -} - chart2::StackingDirection VDataSeries::getStackingDirection() const { return m_eStackingDirection; |