summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-12-21 23:43:21 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-12-22 09:01:28 +0100
commitdd55a4e8cd652665848b76b29dd5f98efc752ba1 (patch)
tree35145afe0e185a3965e561f9406163fee7949f22 /include/oox
parent1d2eb0b64339a771152bb17831c83373830e5c38 (diff)
also export basic chart structure for empty charts
Change-Id: I545be33e5e093d5bd3fda4236213a413a6cc9ce7 Reviewed-on: https://gerrit.libreoffice.org/46939 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/chartexport.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index cebc4f41ca4d..6b1e9f8fadde 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -149,6 +149,8 @@ private:
void exportPieChart( const css::uno::Reference< css::chart2::XChartType >& xChartType );
void exportRadarChart( const css::uno::Reference< css::chart2::XChartType >& xChartType );
void exportScatterChart( const css::uno::Reference< css::chart2::XChartType >& xChartType );
+ void exportScatterChartSeries( const css::uno::Reference< css::chart2::XChartType >& xChartType,
+ css::uno::Sequence<css::uno::Reference<css::chart2::XDataSeries>>* pSeries);
void exportStockChart( const css::uno::Reference< css::chart2::XChartType >& xChartType );
void exportSurfaceChart( const css::uno::Reference< css::chart2::XChartType >& xChartType );
void exportHiLowLines();