[Libreoffice-commits] core.git: sw/source
Scott Clarke (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 14 13:28:40 UTC 2019
sw/source/uibase/config/viewopt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e7638f15fc945e6de73876949538682b854fdc41
Author: Scott Clarke <scott.clarke at codethink.co.uk>
AuthorDate: Thu Aug 8 13:37:54 2019 +0100
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Aug 14 15:27:28 2019 +0200
Set "Resolved Comments" view option on by default
The "Resolved Comments" view option now starts switched on
by default to match the fact that resolved comments would
be visible when a document was first opened anyway.
Change-Id: Ib9c41c57c826f4282d0d6bf0ebcd485aa71ce1d6
Reviewed-on: https://gerrit.libreoffice.org/77189
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sw/source/uibase/config/viewopt.cxx b/sw/source/uibase/config/viewopt.cxx
index 4bfa5bc72333..6059ef5ec8c8 100644
--- a/sw/source/uibase/config/viewopt.cxx
+++ b/sw/source/uibase/config/viewopt.cxx
@@ -190,6 +190,7 @@ SwViewOption::SwViewOption() :
m_nUIOptions =
ViewOptFlags2::Modified |
ViewOptFlags2::GrfKeepZoom |
+ ViewOptFlags2::ResolvedPostits |
ViewOptFlags2::AnyRuler;
if (!utl::ConfigManager::IsFuzzing() && MeasurementSystem::Metric != SvtSysLocale().GetLocaleData().getMeasurementSystemEnum())
More information about the Libreoffice-commits
mailing list