From 19956d09e0e97aa7357edf14fef2b79c2af11dc1 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 20 Nov 2013 06:40:17 -0200 Subject: Convert chart axis scale tab page to widget UI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Obs: -Several widget positioning methods turned useless and were deleted -Corner case related to axis origin untested (couldn't find where it is used) Change-Id: I6a563c89ddcfbff62494ce7726f3e7d6089e6b57 Reviewed-on: https://gerrit.libreoffice.org/6730 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- 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 a1e6b3cab4f0..f425f0912e72 100644 --- a/chart2/UIConfig_chart2.mk +++ b/chart2/UIConfig_chart2.mk @@ -38,6 +38,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/schart,\ chart2/uiconfig/ui/titlerotationtabpage \ chart2/uiconfig/ui/tp_axisLabel \ chart2/uiconfig/ui/tp_SeriesToAxis \ + chart2/uiconfig/ui/tp_Scale \ chart2/uiconfig/ui/tp_Trendline \ )) -- cgit