summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-19 07:32:59 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-21 06:44:25 +0200
commit21a017926433853e38f6e45c7bd0c29f5fc8fd94 (patch)
tree6fcb1008a4d72521876872eb6405d519a3e96b3d /oox
parentf8d55544a42abd0ddc7a0d97cce2aedd0487ca88 (diff)
by default we don't want the title to overlay with the chart area
Change-Id: I50ffc3419938dbf3bfef2a83d8148e495ce649cf
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/chartexport.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 92340a40d4fe..7ad8d9bd25c0 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -1070,6 +1070,10 @@ void ChartExport::exportTitle( Reference< XShape > xShape )
pFS->singleElement( FSNS( XML_c, XML_layout ),
FSEND );
+ pFS->singleElement( FSNS(XML_c, XML_overlay),
+ XML_val, "0",
+ FSEND);
+
pFS->endElement( FSNS( XML_c, XML_title ) );
}