From 12fd50bfdff0f91cb4a7ae2e90049f25838a2433 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 13 May 2015 05:33:24 +0200 Subject: [PATCH] the secondary axis should be on the right Change-Id: I604acb0b7f0bf8b726ace07c2fa9919c0f0b6aa6 --- oox/source/export/chartexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }