sw/source/uibase/config/usrpref.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e0b3f75e73c1f2f0c8877e57d47f2de499839ee6
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Nov 26 20:15:22 2024 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Wed Nov 27 09:52:11 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/+/177369
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/source/uibase/config/usrpref.cxx 
b/sw/source/uibase/config/usrpref.cxx
index d446baca6b42..48e63388a31f 100644
--- a/sw/source/uibase/config/usrpref.cxx
+++ b/sw/source/uibase/config/usrpref.cxx
@@ -75,7 +75,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();

Reply via email to