[Libreoffice-commits] core.git: officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Thu Feb 19 03:31:31 PST 2015
officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5a1a686eab9bdfb20b0476b1a61ace8134974c4a
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Thu Feb 19 12:16:01 2015 +0400
tdf#87676 hide object, text and image toolbars by default
Change-Id: I1829d5efb4b3a0a80f0f0124dcb3de1ebeca5fc5
Reviewed-on: https://gerrit.libreoffice.org/14550
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
index c21d4fe..181cdfd 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
@@ -54,7 +54,7 @@
<value>0</value>
</prop>
<prop oor:name="Visible" oor:type="xs:boolean">
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="UIName" oor:type="xs:string">
<value xml:lang="en-US">Line and Filling</value>
@@ -337,7 +337,7 @@
<value xml:lang="en-US">Image</value>
</prop>
<prop oor:name="Visible" oor:type="xs:boolean">
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="ContextSensitive" oor:type="xs:boolean">
<value>true</value>
@@ -622,7 +622,7 @@
<value>true</value>
</prop>
<prop oor:name="Visible" oor:type="xs:boolean">
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="UIName" oor:type="xs:string">
<value xml:lang="en-US">Text Formatting</value>
More information about the Libreoffice-commits
mailing list