From 9d6ffcc0572cc7917651489c69ca4b3452e89a89 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 18 Jul 2022 08:12:19 +0200 Subject: chart2: Data table rendering of keys (legend symbols) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iff13b188df18fe8f9919274869774f53f2ea323b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138299 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl --- chart2/source/view/axes/VCartesianAxis.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/source/view/axes/VCartesianAxis.hxx') diff --git a/chart2/source/view/axes/VCartesianAxis.hxx b/chart2/source/view/axes/VCartesianAxis.hxx index a9baca907bdd..132887510eff 100644 --- a/chart2/source/view/axes/VCartesianAxis.hxx +++ b/chart2/source/view/axes/VCartesianAxis.hxx @@ -23,7 +23,6 @@ namespace chart { - class VCartesianAxis : public VAxisBase { // public methods @@ -101,7 +100,8 @@ public: void createDataTableView(std::vector>& rSeriesPlotterList, css::uno::Reference const& xNumberFormatsSupplier, - rtl::Reference<::chart::ChartModel> const& xChartDoc) override; + rtl::Reference<::chart::ChartModel> const& xChartDoc, + css::uno::Reference const& rComponentContext) override; private: //methods /** * Go through all tick label positions and decide which labels to display -- cgit