summaryrefslogtreecommitdiff
path: root/chart2/Library_chartcontroller.mk
diff options
context:
space:
mode:
authorTünde Tóth <tundeth@gmail.com>2020-02-25 13:56:52 +0100
committerLászló Németh <nemeth@numbertext.org>2020-03-03 13:30:54 +0100
commit381c9c6e5d179cf1d4dde9088fa5124fe2c36a99 (patch)
treec36cc1bd7cd222e7dee5e4a6d1f5b062c34da5e0 /chart2/Library_chartcontroller.mk
parentbbb9500ebf9ce5522b3c2c8e07e7fa227620dc40 (diff)
tdf#130777 UI: add Hide legend entry option for pie chart
Follow-up of the following commits related to the new UNO property DeletedLegendEntries for pie charts: commit a96ec04a07c35338f5f9a0cb361b9322e5ca9cec (tdf#130225 implement ODF export of deleted legend entries of pie charts) commit 86be3422cd55fa9e44104f1628648061bb6a3495 (tdf#129857 Chart OOXML export: fix deleted legend entries) commit 6e847aa817999ab18acd534f9e6a86685bb268fc (tdf#129859 XLSX import: don't show deleted legend entries) Change-Id: I8b13823da745dfbfbf20f1d30f742c4baf803fc3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89456 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'chart2/Library_chartcontroller.mk')
-rw-r--r--chart2/Library_chartcontroller.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk
index 8dd1642c0e79..48115dd2a33b 100644
--- a/chart2/Library_chartcontroller.mk
+++ b/chart2/Library_chartcontroller.mk
@@ -127,6 +127,7 @@ $(eval $(call gb_Library_add_exception_objects,chartcontroller,\
chart2/source/controller/dialogs/tp_AxisPositions \
chart2/source/controller/dialogs/tp_ChartType \
chart2/source/controller/dialogs/tp_DataLabel \
+ chart2/source/controller/dialogs/tp_DataPointOption \
chart2/source/controller/dialogs/tp_DataSource \
chart2/source/controller/dialogs/tp_ErrorBars \
chart2/source/controller/dialogs/tp_LegendPosition \