From 629cfd2c1d3a43048fdb87853fa886b19105a786 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 28 Dec 2017 01:04:27 +0100 Subject: export explosion property for pie chart property, tdf#114182 Change-Id: I02b46929db1bfbff32e7b1228186079b868e7971 Reviewed-on: https://gerrit.libreoffice.org/47154 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- include/oox/export/chartexport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox') diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 6b1e9f8fadde..4ac5ee10bb2b 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -176,7 +176,7 @@ private: void exportTextProps(const css::uno::Reference< css::beans::XPropertySet >& xPropSet); void exportDataPoints( const css::uno::Reference< css::beans::XPropertySet >& xSeriesProperties, - sal_Int32 nSeriesLength ); + sal_Int32 nSeriesLength, sal_Int32 eChartType ); void exportDataLabels( const css::uno::Reference& xSeries, sal_Int32 nSeriesLength, sal_Int32 eChartType ); void exportGrouping( bool isBar = false ); void exportTrendlines( const css::uno::Reference< css::chart2::XDataSeries >& xSeries ); -- cgit