diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-07-24 19:01:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-25 08:23:54 +0200 |
commit | 84f4f7f99f92c0ecec0dd9d754fdfa8c652a7ec0 (patch) | |
tree | b81bdf68955de076e4ece1003803d40ff34c9e41 /desktop | |
parent | e192e1542a84b26cb0685860b84339019021de96 (diff) |
simplify SvFontSubst
in the process, needed to expose some functionality in ConfigManager
and ConfigItem, to avoid repeating code
Change-Id: Ic0256a010070a79cd649dfd11267bec2f77e5221
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119470
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 86bec9a11c51..dec1fbe150c5 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1528,7 +1528,7 @@ int Desktop::Main() SetSplashScreenProgress(55); - SvtFontSubstConfig().Apply(); + svtools::ApplyFontSubstitutionsToVcl(); SvtTabAppearanceCfg aAppearanceCfg; SvtTabAppearanceCfg::SetInitialized(); |