diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-03 09:19:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-03 12:38:12 +0100 |
commit | ad51b6c85da5fd2e12130f453bcd5dbc8bf83f0e (patch) | |
tree | 0072226caef17ff2d615a5e66e70f9730ac600ba /chart2/source/view/main/VLegend.hxx | |
parent | 3a93cc176da60e80a4a8876c535f30fb11fb4373 (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/main/VLegend.hxx')
-rw-r--r-- | chart2/source/view/main/VLegend.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx index 6750cc780465..c8931ce9f931 100644 --- a/chart2/source/view/main/VLegend.hxx +++ b/chart2/source/view/main/VLegend.hxx @@ -44,7 +44,6 @@ public: const css::uno::Reference< css::uno::XComponentContext > & xContext, std::vector< LegendEntryProvider* >&& rLegendEntryProviderList, const rtl::Reference<SvxShapeGroupAnyD>& xTargetPage, - const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory, ChartModel& rModel ); void setDefaultWritingMode( sal_Int16 nDefaultWritingMode ); @@ -72,7 +71,6 @@ public: private: rtl::Reference<SvxShapeGroupAnyD> m_xTarget; - css::uno::Reference< css::lang::XMultiServiceFactory> m_xShapeFactory; css::uno::Reference< css::chart2::XLegend > m_xLegend; rtl::Reference< SvxShapeGroup > m_xShape; |