summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-30 00:30:40 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-30 17:07:48 +0200
commit51a84b701d93a608ecee2451b8b286b6870cebc3 (patch)
tree8b396acac211ed36934e293ffbec8cdd360ea0a0
parent6d34f1cd928ad444cf9941bd8bc01652c84b67d4 (diff)
enable smoothed property export for line charts, fdo#74619
Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1
-rw-r--r--oox/source/export/chartexport.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 2b5f9cef8431..54733eab4cf4 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1822,7 +1822,8 @@ void ChartExport::exportSeries( Reference< chart2::XChartType > xChartType, sal_
exportSeriesValues( xValuesSeq, nYValueType );
}
- if( eChartType == chart::TYPEID_SCATTER )
+ if( eChartType == chart::TYPEID_SCATTER
+ || eChartType == chart::TYPEID_LINE )
exportSmooth();
pFS->endElement( FSNS( XML_c, XML_ser ) );