From d09bfe6bf10fe16e087c7f30268b72f36c33302e Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 20 Sep 2016 12:00:01 +0200 Subject: [PATCH] tdf#96662, only use the crossBetween="midCat" for line and scatter chart Change-Id: Id2be263daf2c5a9f2d69ed50b79ac029143f02ca Reviewed-on: https://gerrit.libreoffice.org/29080 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- oox/source/export/chartexport.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 0dad5d08ded5..bf287d06610a 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2864,7 +2864,8 @@ void ChartExport::_exportAxis( // category axis, so we ideally need an algorithm that decides // when to map the crossing to the tick mark and when to the // middle of the category - if (nAxisType == XML_valAx) + sal_Int32 nChartType = getChartType(); + if (nAxisType == XML_valAx && (nChartType == chart::TYPEID_LINE || nChartType == chart::TYPEID_SCATTER)) { pFS->singleElement( FSNS( XML_c, XML_crossBetween ), XML_val, "midCat",