officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +- sw/inc/viewopt.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit af70c7038540837e04f670750bd820fe79702859 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Thu Jan 30 13:28:34 2025 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Jan 30 15:52:42 2025 +0100 tdf#164185 Activate View - Boundaries in Writer by default Verifying this requires deleting user/registrymodifications.xcu Change-Id: Ie034833e116697bd66bf7c924c17e05457ee5d49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180943 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> (cherry picked from commit 39c50d9aedc1721ec5ffaa4568b668171e0342bf) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180945 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 4265e09f7b8b..af4fcfe28484 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -937,7 +937,7 @@ <desc>Toggle all boundaries on/off.</desc> <label>Show boundaries</label> </info> - <value>false</value> + <value>true</value> </prop> </group> <group oor:name="Zoom"> diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index eff41b5be26d..252d8fd2b953 100644 --- a/sw/inc/viewopt.hxx +++ b/sw/inc/viewopt.hxx @@ -111,7 +111,7 @@ struct ViewOptFlags1 , bTextBoundariesFull(false) , bSectionBoundaries(true) , bTableBoundaries(true) - , bShowBoundaries(false) + , bShowBoundaries(true) {} bool operator==(const ViewOptFlags1& rOther) const