summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config/usrpref.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-11-26 20:15:22 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-11-27 09:52:11 +0100
commite0b3f75e73c1f2f0c8877e57d47f2de499839ee6 (patch)
tree4df5b7e36cad21180bd25931057752b9cf2bd2af /sw/source/uibase/config/usrpref.cxx
parent3244668b05ecb5eeda8e4758359eae597dbd0821 (diff)
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.mcnamara@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/config/usrpref.cxx')
-rw-r--r--sw/source/uibase/config/usrpref.cxx1
1 files changed, 0 insertions, 1 deletions
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();