summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-07 16:40:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-07 16:41:12 +0200
commitcfb717133c7276a7b154379d049e6fac0e5a49da (patch)
tree34a45234f51ef20f43f77beb9b92a6ba3112397a /oox
parentbefef6a79feae0490bd3a1cf72b1134e5ff86111 (diff)
that change looked wrong
Change-Id: Id40a6802536120501133968d003267f21aaf5c27
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/chartexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index bccb25d34623..bc216bd98131 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -3228,7 +3228,7 @@ void ChartExport::exportAxesId(bool bPrimaryAxes)
pFS->singleElement( FSNS( XML_c, XML_axId ),
XML_val, I32S( nAxisIdy ),
FSEND );
- if (bPrimaryAxes && mbHasZAxis)
+ if (mbHasZAxis)
{
sal_Int32 nAxisIdz = 0;
if( isDeep3dChart() )