summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-27 07:03:46 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-27 07:03:46 +0200
commit3cd0083ea23416d6f6e9c6cd6eaf4f58d2bdefca (patch)
tree89046ca6a408421b8362654a5181109f3cba5889
parent84fba0e79f319e9279ac1a6f50588a687b018ddb (diff)
it should be the drawingml namespace and not the chart one
-rw-r--r--oox/source/export/chartexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 5bfa5fe38326..1635af1d3602 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -2312,8 +2312,8 @@ void ChartExport::exportTextProps(Reference<XPropertySet> xPropSet)
FSHelperPtr pFS = GetFS();
pFS->startElement(FSNS(XML_c, XML_txPr), FSEND);
- pFS->startElement(FSNS(XML_c, XML_bodyPr), FSEND);
- pFS->endElement(FSNS(XML_c, XML_bodyPr));
+ pFS->startElement(FSNS(XML_a, XML_bodyPr), FSEND);
+ pFS->endElement(FSNS(XML_a, XML_bodyPr));
pFS->startElement(FSNS(XML_a, XML_p), FSEND);
pFS->startElement(FSNS(XML_a, XML_pPr), FSEND);