sw/source/uibase/config/usrpref.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit ecbbbabc81478b2ae52f4d2e0e9943cf68aa8687 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Tue Nov 26 20:15:22 2024 +0000 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Dec 5 16:43:06 2024 +0100 SwContentViewConfig already ctor calls Load so this one doesn't need another explicit Load called Change-Id: If1ff686655a90ed81be97bf0821518b2e82bdd57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177370 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/uibase/config/usrpref.cxx b/sw/source/uibase/config/usrpref.cxx index c04d775c3ac3..c1a8f52915a9 100644 --- a/sw/source/uibase/config/usrpref.cxx +++ b/sw/source/uibase/config/usrpref.cxx @@ -67,7 +67,6 @@ SwMasterUsrPref::SwMasterUsrPref(bool bWeb) : m_eUserMetric = MeasurementSystem::Metric == eSystem ? FieldUnit::CM : FieldUnit::INCH; m_eHScrollMetric = m_eVScrollMetric = m_eUserMetric; - m_aContentConfig.Load(); m_aLayoutConfig.Load(); m_aGridConfig.Load(); m_aCursorConfig.Load();