diff options
author | YogeshBharate <yogesh.bharate@synerzip.com> | 2013-12-11 18:01:27 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-13 20:48:31 +0100 |
commit | 077213c23e377fd7398b35b88050ac173d22d268 (patch) | |
tree | aa57b482374c66dbd6918d67cf8f55171456ffc5 /include/oox | |
parent | 122d6c5e975cfbc03f55205a33d5d91e4cbc0906 (diff) |
fdo#72345: Fixed for Charts - Up Down Bars are missing after Round trip
UpDownBars missing after Roundtrip in case of LineChart.
Change-Id: Ia3e574aefb9436a2f5b2b88e8824625d09d35c38
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/export/chartexport.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 237b410c686d..833b90a2efa9 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -130,6 +130,7 @@ private: void exportScatterChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType ); void exportStockChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType ); void exportSuffaceChart( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType ); + void exportUpDownBars(com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType ); void exportSeries( com::sun::star::uno::Reference< com::sun::star::chart2::XChartType > xChartType, sal_Int32& nAttachedAxis ); void exportCandleStickSeries( |