diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-06 21:45:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-07 08:31:20 +0200 |
commit | 5366cadd6cda9b3c7b4b549a0c9b8c895ea47843 (patch) | |
tree | c5d7c483ea1e06e7810574015bf5ac3eebe9995d /chart2/source/view | |
parent | 2e45a11aa1340a07a13a463e765f741af594d731 (diff) |
loplugin:unusedvariableplus in chart2
Change-Id: I8bb958718f71b52819755f3af6d5fcff4af1f596
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91782
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view')
-rw-r--r-- | chart2/source/view/axes/VPolarAngleAxis.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/view/axes/VPolarAngleAxis.cxx b/chart2/source/view/axes/VPolarAngleAxis.cxx index 2c171d8bb11d..cc2427a87581 100644 --- a/chart2/source/view/axes/VPolarAngleAxis.cxx +++ b/chart2/source/view/axes/VPolarAngleAxis.cxx @@ -162,9 +162,6 @@ void VPolarAngleAxis::createLabels() if( m_aAxisProperties.m_bDisplayLabels ) { - //get the transformed screen values for all tickmarks in aAllTickInfos - std::unique_ptr< TickFactory > apTickFactory( createTickFactory() ); - //create tick mark text shapes //@todo: iterate through all tick depth which should be labeled |