diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2025-01-30 13:28:34 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2025-01-30 14:57:19 +0100 |
commit | 39c50d9aedc1721ec5ffaa4568b668171e0342bf (patch) | |
tree | 678bda7f9ca13853e1b84138fcdb6c98a41dec15 /sw/inc | |
parent | d6f6ed57f052159e25f0987869a21bf60222087b (diff) |
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.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/viewopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index bc273d58c4f2..d70f29b2b09f 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 |