diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2019-02-02 13:05:03 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-05-20 12:58:31 +0200 |
commit | f6f27ae31a26bf6cecbf9205ef28a6bad3d06864 (patch) | |
tree | de50544bd58cb239b773397b99d865d40a433e7d /officecfg | |
parent | bae3031fac4bac621b5bfa9a907d87981d5fac29 (diff) |
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 <erack@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Chart.xcs | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ <!-- 0x004586 0xff420e 0xffd320 0x579d1c 0x7e0021 0x83caff 0x314004 0xaecf00 0x4b1f6f 0xff950e 0xc5000b 0x0084d1 --> </prop> </group> + <group oor:name="ErrorProperties"> + <info> + <desc>Specifies properties for error presentation in new charts.</desc> + </info> + <prop oor:name="ErrorRectangle" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - Advanced --> + <info> + <desc>Option to show errors as rectangles in charts.</desc> + <label>Error rectangles</label> + </info> + <value>false</value> + </prop> + </group> </component> </oor:component-schema> |