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

New commits:
commit 7d191b1ab0cf43c64ad25ad28da8d1d91214098c
Author: Jan Holesovsky <[email protected]>
Date:   Mon Jul 15 17:32:40 2013 +0200

    Enable sidebar by default when the Experimental Sidebar is put to 'on'.
    
    Change-Id: I525f15bc3f6b40522bf0dce754dd8e99386cd775
    Reviewed-on: https://gerrit.libreoffice.org/4926
    Reviewed-by: Petr Mladek <[email protected]>
    Tested-by: Petr Mladek <[email protected]>

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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to