diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-06 00:36:01 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-06 01:45:31 +0200 |
commit | 4074f6f92d64fab4cbeae1e19e1abebae6646b78 (patch) | |
tree | fad1218609fae09befe7effa1cfca6ea327e4cb7 /include | |
parent | 2a149037861c3406f7dd108dd5db4ec969940bff (diff) |
improve chart series symbol export
Using the chart2 service allows us to export series symbols instead of
the diagram settings.
Change-Id: Ic46f067b60c972af35c0628b3ec4f7851580d725
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 54e28020e812..42521350af0c 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -162,7 +162,7 @@ private: sal_Int32 nSeriesLength ); void exportGrouping( bool isBar = false ); void exportTrendlines( ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > xSeries ); - void exportMarker(); + void exportMarker( ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > xSeries ); void exportSmooth(); void exportFirstSliceAng(); |