oox/source/export/chartexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3cd0083ea23416d6f6e9c6cd6eaf4f58d2bdefca
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Mon Apr 27 07:03:46 2015 +0200

    it should be the drawingml namespace and not the chart one

diff --git a/oox/source/export/chartexport.cxx 
b/oox/source/export/chartexport.cxx
index 5bfa5fe..1635af1 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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to