https://bugs.documentfoundation.org/show_bug.cgi?id=112785

--- Comment #8 from Xisco FaulĂ­ <[email protected]> ---
Hi Regina,
If I do the following change as you suggested in the description:

--- a/xmloff/source/chart/SchXMLTools.cxx
+++ b/xmloff/source/chart/SchXMLTools.cxx
@@ -715,8 +715,8 @@ void exportRangeToSomewhere( SvXMLExport& rExport, const
OUString& rValue )
     SvXMLElementExport aEmptyShapeGroup( rExport, XML_NAMESPACE_DRAW,
                               ::xmloff::token::GetXMLToken(
::xmloff::token::XML_G ),
                               true, false );
-    SvXMLElementExport aDescription( rExport, XML_NAMESPACE_SVG,
-                              ::xmloff::token::GetXMLToken(
::xmloff::token::XML_DESC ),
+    SvXMLElementExport aDescription( rExport, XML_NAMESPACE_XML,
+                              ::xmloff::token::GetXMLToken(
::xmloff::token::XML_ID ),
                               true, false );
     rExport.GetDocHandler()->characters( rValue );
 }

some tests start to fail with

Test name: PivotChartTest::testRoundtrip
forced failure
- /tmp/lu2932261icabs.tmp/Object 1/content.xml[2,6426]:  Error: tag name
"xml:id" is not allowed. Possible tag names are:
<a>,<caption>,<circle>,<connector>,<control>,<custom-shape>,<desc>,<ellipse>,<event-listeners>,<frame>,<g>,<glue-point>,<line>,<measure>,<page-thumbnail>,<path>,<polygon>,<polyline>,<rect>,<regular-polygon>,<scene>,<title>
><text:p>Total</text:p><draw:g><xml:id>PT@label 0</xml:id></draw:g></table:tabl

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to