summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VAxisBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/axes/VAxisBase.hxx')
-rw-r--r--chart2/source/view/axes/VAxisBase.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VAxisBase.hxx b/chart2/source/view/axes/VAxisBase.hxx
index 6992ff05fd89..e64df679d458 100644
--- a/chart2/source/view/axes/VAxisBase.hxx
+++ b/chart2/source/view/axes/VAxisBase.hxx
@@ -24,6 +24,7 @@
#include "Tickmarks.hxx"
namespace com::sun::star::util { class XNumberFormatsSupplier; }
+namespace com::sun::star::uno { class XComponentContext; }
namespace chart
{
@@ -31,6 +32,7 @@ namespace chart
class VSeriesPlotter;
class DataTableView;
class ChartModel;
+class LegendEntryProvider;
class VAxisBase : public VAxisOrGridBase
{
@@ -66,7 +68,8 @@ public:
virtual void createDataTableView(std::vector<std::unique_ptr<VSeriesPlotter>>& rSeriesPlotterList,
css::uno::Reference<css::util::XNumberFormatsSupplier> const& xNumberFormatsSupplier,
- css::uno::Reference<css::chart2::XChartDocument> const& xChartDoc);
+ css::uno::Reference<css::chart2::XChartDocument> const& xChartDoc,
+ css::uno::Reference<css::uno::XComponentContext> const& rComponentContext);
std::shared_ptr<DataTableView> getDataTableView() { return m_pDataTableView; }