diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-18 11:44:03 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-30 22:33:51 +0000 |
commit | ff22a22286bb4c17c3affc89d31a6c10447481c5 (patch) | |
tree | 9e63e100717d64eb58d824f678b5ef9d7cd96f67 /include | |
parent | f45af7c8093dae17bada71e33a2c32023a2c1986 (diff) |
better varyColors export for charts, related tdf#103943
Change-Id: I4280e708c854c687b6281c56d5bccdb514afd81e
Reviewed-on: https://gerrit.libreoffice.org/31252
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 7f2cb592b20a..8efc626cebfa 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -159,6 +159,8 @@ private: void exportAllSeries(const css::uno::Reference<css::chart2::XChartType>& xChartType, bool& rPrimaryAxes); void exportSeries(const css::uno::Reference< css::chart2::XChartType >& xChartType, css::uno::Sequence<css::uno::Reference<css::chart2::XDataSeries> >& rSeriesSeq, bool& rPrimaryAxes); + + void exportVaryColors(const css::uno::Reference<css::chart2::XChartType>& xChartType); void exportCandleStickSeries( const css::uno::Sequence< css::uno::Reference< |