summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-04-06 00:36:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 01:45:31 +0200
commit4074f6f92d64fab4cbeae1e19e1abebae6646b78 (patch)
treefad1218609fae09befe7effa1cfca6ea327e4cb7 /include
parent2a149037861c3406f7dd108dd5db4ec969940bff (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.hxx2
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();