summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-13 20:47:12 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-13 20:48:31 +0100
commit6483f39e8959050ca4d5df42c27695ae98efa8c9 (patch)
tree7d3ccaa01a5e987c3742261f187bdbdc801c5c85 /include
parente1ace08771da5b32ed9801d4ee6166c619aae8fa (diff)
also export hiLowLines for lineChart
Change-Id: I7b96fcb1e537517a80de87d997818d372d03f74a
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/chartexport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 833b90a2efa9..1e6278ba4d82 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 exportHiLowLines();
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 );