From 16fac85be1fdddb1695a29a9b8026cd4f8cfad64 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 30 Jun 2022 23:34:19 +0200 Subject: chart2: add "InsertMenuDataTable" action to menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib60a2b061966eb61834480b63dc0653410a43a14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138248 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- chart2/source/controller/inc/ChartController.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2/source/controller/inc/ChartController.hxx') diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx index 505b109fdcc7..f0f53c8b8990 100644 --- a/chart2/source/controller/inc/ChartController.hxx +++ b/chart2/source/controller/inc/ChartController.hxx @@ -440,6 +440,7 @@ private: void executeDispatch_OpenLegendDialog(); void executeDispatch_InsertAxes(); void executeDispatch_InsertGrid(); + void executeDispatch_OpenInsertDataTableDialog(); void executeDispatch_InsertMenu_DataLabels(); void executeDispatch_InsertMenu_Trendlines(); -- cgit