diff options
author | Scott Clarke <scott.clarke@codethink.co.uk> | 2019-08-08 13:37:54 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-14 15:27:28 +0200 |
commit | e7638f15fc945e6de73876949538682b854fdc41 (patch) | |
tree | 2d9892dca39da2bcb3f33e97c88af94d01c4fe4e /sw/source | |
parent | 9751b4b4fa00cf5175ccc0f9c52a22b07f73d4aa (diff) |
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@cib.de>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/uibase/config/viewopt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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()) |