[Libreoffice-commits] .: Branch 'libreoffice-3-5' - officecfg/registry

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Dec 21 10:40:07 PST 2011


 officecfg/registry/schema/org/openoffice/Office/Writer.xcs    |    2 +-
 officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f47ee3cd6113ff1312ca49b38d733ec293c423c1
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Dec 21 18:54:08 2011 +0100

    Don't show the non-printing characters by default.

diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 10ff191..73645db 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -1131,7 +1131,7 @@
 						<desc>Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc>
 						<label>Meta characters</label>
 					</info>
-					<value>true</value>
+					<value>false</value>
 				</prop>
 				<prop oor:name="ParagraphEnd" oor:type="xs:boolean">
 					<!-- OldPath: Writer/Contents/Nonprinting_characters -->
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index c5f7b1d..4d6fd70 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -116,7 +116,7 @@
 						<desc>Determines whether certain settings are applied or not (display of tab stops, spaces, breaks).</desc>
 						<label>Meta characters</label>
 					</info>
-					<value>true</value>
+					<value>false</value>
 				</prop>
 				<prop oor:name="ParagraphEnd" oor:type="xs:boolean">
 					<!-- OldPath: HTML_Editor/Content/Nonprinting_characters -->


More information about the Libreoffice-commits mailing list