| commit | 15160b7af066579b7600ecf6b28c2099d2553563 | [log] |
|---|---|---|
| author | Laurent Balland <laurent.balland@mailo.fr> | Sat Apr 06 15:12:45 2024 +0200 |
| committer | Laurent Balland <laurent.balland@mailo.fr> | Fri May 31 10:24:54 2024 +0200 |
| tree | e313f276bea276ca063a0076c616620b8c6d55e4 | |
| parent | 29ef1d698c7f8bb38c0af21215a24577ced656ff [diff] |
tdf#160564 Treat xlink:type for embedded chart xlink:type is a valid attribute for chart:chart according to ODF [1] As this attribute is not yet used, this change just avoids the warning message [1] https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#__RefHeading__1419428_253892949 Change-Id: I836c8ff4a284bafa8e0c8049ae6ae60c9fbe7a4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165853 Reviewed-by: Laurent Balland <laurent.balland@mailo.fr> Tested-by: Jenkins
diff --git a/xmloff/source/chart/SchXMLChartContext.cxx b/xmloff/source/chart/SchXMLChartContext.cxx index 540f39c..418bea8 100644 --- a/xmloff/source/chart/SchXMLChartContext.cxx +++ b/xmloff/source/chart/SchXMLChartContext.cxx
@@ -327,6 +327,9 @@ void SchXMLChartContext::startFastElement( sal_Int32 /*nElement*/, case XML_ELEMENT(LO_EXT, XML_DATA_PILOT_SOURCE): msDataPilotSource = aIter.toString(); break; case XML_ELEMENT( XLINK, XML_TYPE ): // Ignored for now. break; case XML_ELEMENT(XLINK, XML_HREF): m_aXLinkHRefAttributeToIndicateDataProvider = aIter.toString(); break;