diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-13 16:08:01 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-13 17:29:04 +0200 |
commit | f59a7f11665b6ffed1e0b536bd968005a16452e0 (patch) | |
tree | cc595c7c0219e069e9439eb79db871bd8a1095b5 /officecfg | |
parent | 59e708a6f2b114b2afb59efc476780dcb987fa8d (diff) |
Page Break: show the meta-characters by default
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 10 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index c125a920bdc7..10ff191ac623 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>false</value> + <value>true</value> </prop> <prop oor:name="ParagraphEnd" oor:type="xs:boolean"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> @@ -1142,7 +1142,7 @@ <desc>Specifies if paragraph ends are shown on the screen.</desc> <label>Paragraph end</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="OptionalHyphen" oor:type="xs:boolean"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> @@ -1164,7 +1164,7 @@ <desc>Specifies if spaces are shown on the screen.</desc> <label>Spaces</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="ProtectedSpace" oor:type="xs:boolean"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> @@ -1186,7 +1186,7 @@ <desc>Specifies if breaks are shown on the screen.</desc> <label>Tabs</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="Break" oor:type="xs:boolean"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> @@ -1197,7 +1197,7 @@ <desc>Specifies if paragraph ends are shown on the screen.</desc> <label>Breaks</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="HiddenText" 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 b42c61c1c613..c5f7b1d1d763 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>false</value> + <value>true</value> </prop> <prop oor:name="ParagraphEnd" oor:type="xs:boolean"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> @@ -127,7 +127,7 @@ <desc>Specifies if paragraph ends are shown on the screen.</desc> <label>Paragraph end</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="OptionalHyphen" oor:type="xs:boolean"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> @@ -149,7 +149,7 @@ <desc>Specifies if spaces are shown on the screen.</desc> <label>Spaces</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="ProtectedSpace" oor:type="xs:boolean"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> @@ -171,7 +171,7 @@ <desc>Specifies if breaks are shown on the screen.</desc> <label>Breaks</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Highlighting"> |