diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-13 05:33:24 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-13 06:24:43 +0200 |
commit | 12fd50bfdff0f91cb4a7ae2e90049f25838a2433 (patch) | |
tree | ae60fa008c8e47e5413788c617da5296ef63130c /oox/source | |
parent | 5b3a30f40a7ce476922649b734f6ede1c2fdef4b (diff) |
the secondary axis should be on the right
Change-Id: I604acb0b7f0bf8b726ace07c2fa9919c0f0b6aa6
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 8a9c30f34652..b9b9be548d9b 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2585,7 +2585,7 @@ void ChartExport::exportAxis(const AxisIdPair& rAxisIdPair) nAxisType = XML_valAx; // FIXME: axPos, need to check axis direction - sAxPos = "l"; + sAxPos = "r"; break; } } |