[Libreoffice-commits] core.git: officecfg/registry

Jan Holesovsky kendy at suse.cz
Mon Jul 15 08:34:14 PDT 2013


 officecfg/registry/data/org/openoffice/Office/Views.xcu |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 114edb760079ca6ad0791db30c75394cf6f634e9
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Jul 15 17:32:40 2013 +0200

    Enable sidebar by default when the Experimental Sidebar is put to 'on'.
    
    Change-Id: I525f15bc3f6b40522bf0dce754dd8e99386cd775

diff --git a/officecfg/registry/data/org/openoffice/Office/Views.xcu b/officecfg/registry/data/org/openoffice/Office/Views.xcu
index bd3a06b..65d02dd 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>


More information about the Libreoffice-commits mailing list