diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-03-24 11:46:22 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-03-24 14:11:15 +0000 |
commit | b09df066497fecc66b51af9094914e46e7a87176 (patch) | |
tree | 5231968b3ef84ee62ba1b049b3df7828849c3ae5 /officecfg/registry | |
parent | fba19e93cca9a7cdfa1e4ac92291cd0b7f06d715 (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>
Diffstat (limited to 'officecfg/registry')
-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 07fcc54d10d4..1177b5472dcd 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"> |