From f6f27ae31a26bf6cecbf9205ef28a6bad3d06864 Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Sat, 2 Feb 2019 13:05:03 +0100 Subject: tdf#90180 Add option to show errors as rectangles in diagrams with error bars. The option is saved in registrymodifications.xcu, not yet in the document. (cherry picked from commit 0fc471e8218b53b8b9e505d2af3e015abf3910f3) Change-Id: I6facc8d6e456046003f2c38ce79a1fcfc712d027 Reviewed-on: https://gerrit.libreoffice.org/67280 Tested-by: Jenkins Reviewed-by: Eike Rathke --- officecfg/registry/schema/org/openoffice/Office/Chart.xcs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'officecfg/registry/schema/org/openoffice/Office') diff --git a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs index 32deb66e7c65..2b1bdba503ad 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Chart.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Chart.xcs @@ -39,5 +39,18 @@ + + + Specifies properties for error presentation in new charts. + + + + + Option to show errors as rectangles in charts. + + + false + + -- cgit