From cbe6c4929c9da28ce5553ce31782027d5111ed16 Mon Sep 17 00:00:00 2001 From: Tünde Tóth Date: Wed, 27 Nov 2019 10:24:50 +0100 Subject: 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 --- officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'officecfg') 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 @@ true + + + + Specifies the data series order of filled net and normal area charts. + + + true + -- cgit