diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-08 02:46:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-08 02:46:56 +0200 |
commit | 0ff4ec7f0a44af22794c2919a13978b3af1bb0b3 (patch) | |
tree | 35f1e022b7914c3ad1636a64af2bdb8c28287485 /oox | |
parent | 24782e3126b9084fe0530a2642d864b1466dd82a (diff) |
Revert "Related: tdf#93676 in msword chart appears with axis positioned between ticks"
This reverts commit 10654c038c0bc20fb348be7164e08f3de98718f4.
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index b60c2b711058..5438db381c2f 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2828,13 +2828,6 @@ void ChartExport::_exportAxis( exportTextProps(xAxisProp); - if (nAxisType == XML_valAx) - { - pFS->singleElement( FSNS( XML_c, XML_crossBetween ), - XML_val, "midCat", - FSEND ); - } - pFS->singleElement( FSNS( XML_c, XML_crossAx ), XML_val, I32S( rAxisIdPair.nCrossAx ), FSEND ); |