summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VPolarRadiusAxis.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-01-03 09:19:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-03 12:38:12 +0100
commitad51b6c85da5fd2e12130f453bcd5dbc8bf83f0e (patch)
tree0072226caef17ff2d615a5e66e70f9730ac600ba /chart2/source/view/axes/VPolarRadiusAxis.hxx
parent3a93cc176da60e80a4a8876c535f30fb11fb4373 (diff)
no need to pass around a ShapeFactory instance
since the methods are all static now Change-Id: I4296a22f0d9ce86df8f1b36c4a1babc7e9d5c070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127883 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/axes/VPolarRadiusAxis.hxx')
-rw-r--r--chart2/source/view/axes/VPolarRadiusAxis.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VPolarRadiusAxis.hxx b/chart2/source/view/axes/VPolarRadiusAxis.hxx
index 36cc0b250c6b..b2450e236268 100644
--- a/chart2/source/view/axes/VPolarRadiusAxis.hxx
+++ b/chart2/source/view/axes/VPolarRadiusAxis.hxx
@@ -37,7 +37,6 @@ public:
virtual void initPlotter(
const rtl::Reference<SvxShapeGroupAnyD>& xLogicTarget
, const rtl::Reference<SvxShapeGroupAnyD>& xFinalTarget
- , const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory
, const OUString& rCID
) override;