diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2024-11-26 11:14:44 +0100 |
---|---|---|
committer | Regina Henschel <rb.henschel@t-online.de> | 2024-11-27 17:10:40 +0100 |
commit | 7cec59402d09077749cc6bbe96cbf19652d2d3d9 (patch) | |
tree | 7c8da9b69a6b5ae1400428226cbee8b19d450028 /schema | |
parent | 36b69c4525070f1258eac5c566c6dc4940deee24 (diff) |
tdf#131862 No table:cell-range-address in ODF 1.4
ODF 1.4 has removed the attribute table:cell-range-address from the
chart:plot-area element. So we may write it only in versions < 1.4.
The attribute was used to distinguish whether a chart has internal data.
The same information is given by the href attribute of the chart:chart
element.
The actual used cell-range-address values are already given in the
chart:axis and chart:series child elements and evaluated from there.
A global setting is not needed.
The attributes chart:data-source-has-labels, chart:column-mapping and
chart:row-mapping are related to the table:cell-range-address attribute.
These three attributes are deprecated already in ODF 1.2. Thus we will
not write them in ODF 1.4. Their information is given in the chart:axis
and chart:series child elements. The order of series is given by the
order of the chart:series child elements.
Change-Id: I08886723b1c8eb27489a7f44b5f8321572defdff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177323
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng index e874f15852fc..f4e2cc8f0656 100644 --- a/schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.4+libreoffice-schema.rng @@ -3589,15 +3589,6 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:optional> </rng:define> - <!-- FIXME: tdf#131862 --> - <rng:define name="chart-plot-area-attlist" combine="interleave"> - <rng:optional> - <rng:attribute name="table:cell-range-address"> - <rng:ref name="cellRangeAddressList"/> - </rng:attribute> - </rng:optional> - </rng:define> - <!-- TODO no proposal --> <rng:define name="style-style-attlist" combine="interleave"> <rng:optional> |