diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-03-24 11:46:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-03-26 10:10:39 +0000 |
commit | a3d1ace9e8a36820acef3b9d2a02e4b3c304d455 (patch) | |
tree | ea985573e30dc7ae48b444099e2abb5dcf118006 /officecfg | |
parent | 7f2155e6a20d9a3de8d3d3d53661f6891aebda67 (diff) |
tdf#149485: Revert "tdf#142450 add code to store showing whitespace"
This reverts commit 5b07acbf3345918f450fccf7ee243ad5bcb3fd67.
The reverted commit claims that
"This option is stored at the document level like the other
layout options."
which is not true. The option is saved in the user profile,
which makes other documents to look wrong.
Reverting for now until it's implemented at document level
as the commit suggests
Change-Id: I2ae0daeb410090949f1b6cfc8245b711fe518216
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149541
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
(cherry picked from commit 3795729fd0f4bc4769d69b45d3536c7b01692b92)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149521
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 520737ab7e24..d30424946523 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1610,14 +1610,6 @@ </info> <value>false</value> </prop> - <prop oor:name="HideWhitespace" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: View - Show Whitespace --> - <info> - <desc>Specifies whether to hide whitespace.</desc> - <label>View Layout Hide Whitespace</label> - </info> - <value>false</value> - </prop> </group> </group> <group oor:name="Grid"> |