sw/source/uibase/config/viewopt.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit e7638f15fc945e6de73876949538682b854fdc41 Author: Scott Clarke <[email protected]> AuthorDate: Thu Aug 8 13:37:54 2019 +0100 Commit: Samuel Mehrbrodt <[email protected]> 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 <[email protected]> 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()) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
