diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-25 22:25:10 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-26 00:27:03 +0200 |
commit | 9ba833f0148522e14a2c639017afd90749816380 (patch) | |
tree | 9c0c9e7defafed7d7a10aa14645b9988277c3ab5 /officecfg | |
parent | 87f750f1c574142958331643e7b0a9fb0b182102 (diff) |
don't show the area sidebar for panels where it makes no sense
Change-Id: I06655e0574b28a88db920424fa515b8350133f10
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index da8c01fe0569..01e184ba5973 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -1266,7 +1266,8 @@ </prop> <prop oor:name="ContextList"> <value oor:separator=";"> - Chart, any, visible ; + Chart, Chart, visible ; + Chart, Series, visible ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> |