summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorTünde Tóth <tundeth@gmail.com>2019-11-27 10:24:50 +0100
committerBalazs Varga <balazs.varga991@gmail.com>2020-04-28 08:02:59 +0200
commitcbe6c4929c9da28ce5553ce31782027d5111ed16 (patch)
treeeecf79a698de01d502f9ad4d23698a775bda83d5 /officecfg
parentf94caa1ad48a0aad061cf3aa41ba45c5348ecfe4 (diff)
tdf#127811 tdf#127813 Introduce compatibility key for the data series
order of filled net and normal area charts. The data series of filled net and normal area charts are drawn in reversed order in LibreOffice but not in Microsoft Office. Default value is true to keep current behavior. Change-Id: I07adac814597b756878d74610d028f07327f7214 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/83897 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga991@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs8
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
index 71007f80c22e..a2d4a8dc4c53 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs
@@ -171,6 +171,14 @@
</info>
<value>true</value>
</prop>
+ <prop oor:name="ReverseSeriesOrderAreaAndNetChart" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <!-- See tdf#127813 for rationale -->
+ <desc>Specifies the data series order of filled net and normal area charts.</desc>
+ <label>Reverse the data series order of filled net and normal area charts. Disable for better OOXML interoperability.</label>
+ </info>
+ <value>true</value>
+ </prop>
</group>
</component>
</oor:component-schema>