From 9b884187bad58a2291928349c455150d472dff62 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 10 May 2015 01:04:50 +0200 Subject: split exportSeries function up Change-Id: I06c09a494bdf37a87ff851a8e3cbc94b22b9a511 --- include/oox/export/chartexport.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/oox/export') diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 31c52346c4e0..186ea756999c 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -141,7 +141,9 @@ private: void exportHiLowLines(); void exportUpDownBars(css::uno::Reference< css::chart2::XChartType > xChartType ); - void exportSeries( css::uno::Reference< css::chart2::XChartType > xChartType, sal_Int32& nAttachedAxis ); + void exportAllSeries(css::uno::Reference xChartType, sal_Int32& nAttachedAxis); + void exportSeries(css::uno::Reference< css::chart2::XChartType > xChartType, + css::uno::Sequence >& rSeriesSeq, sal_Int32& nAttachedAxis ); void exportCandleStickSeries( const css::uno::Sequence< css::uno::Reference< -- cgit