summaryrefslogtreecommitdiffstats
path: root/officecfg
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-07-15 17:32:40 +0200
committerJan Holesovsky <kendy@suse.cz>2013-07-15 17:33:51 +0200
commit114edb760079ca6ad0791db30c75394cf6f634e9 (patch)
tree5c70150fbf2da8dff1867755f6131bba43988689 /officecfg
parentfdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO (diff)
downloadcore-114edb760079ca6ad0791db30c75394cf6f634e9.tar.gz
core-114edb760079ca6ad0791db30c75394cf6f634e9.zip
Enable sidebar by default when the Experimental Sidebar is put to 'on'.
Change-Id: I525f15bc3f6b40522bf0dce754dd8e99386cd775
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Views.xcu7
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Views.xcu b/officecfg/registry/data/org/openoffice/Office/Views.xcu
index bd3a06b093c4..65d02dd6f2b4 100644
--- a/officecfg/registry/data/org/openoffice/Office/Views.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Views.xcu
@@ -24,5 +24,12 @@
<value>false</value>
</prop>
</node>
+
+ <!-- show Sidebar child window by default (when enabled via the Experimental settings) - oor:name == SID_SIDEBAR -->
+ <node oor:name="10336" oor:op="replace">
+ <prop oor:name="Visible" oor:type="xs:boolean">
+ <value>true</value>
+ </prop>
+ </node>
</node>
</oor:component-data>