From 746fb9401af4178d4d227783026bed9aa2f398ac Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Mon, 14 Oct 2019 19:20:16 +0300 Subject: Add ChartTypePanel to the ChartDeck Consists of the first part of the implementation. Pushing to be able to see/use/tinker with it on the online/mobile side. Will be completed with follow-up patches. Change-Id: If49be54418c3b4c5ccc92fc7ee3e414847904162 Reviewed-on: https://gerrit.libreoffice.org/80799 Tested-by: Jenkins CollaboraOffice Reviewed-by: Muhammet Kara Reviewed-on: https://gerrit.libreoffice.org/82663 Tested-by: Jenkins --- chart2/UIConfig_chart2.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2/UIConfig_chart2.mk') diff --git a/chart2/UIConfig_chart2.mk b/chart2/UIConfig_chart2.mk index 8f703489092d..da0fcc1259a8 100644 --- a/chart2/UIConfig_chart2.mk +++ b/chart2/UIConfig_chart2.mk @@ -53,6 +53,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/schart,\ chart2/uiconfig/ui/sidebarelements \ chart2/uiconfig/ui/sidebarerrorbar \ chart2/uiconfig/ui/sidebarseries \ + chart2/uiconfig/ui/sidebartype \ chart2/uiconfig/ui/smoothlinesdlg \ chart2/uiconfig/ui/steppedlinesdlg \ chart2/uiconfig/ui/titlerotationtabpage \ -- cgit