summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-06-06 11:20:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-06-06 19:32:38 +0200
commit1527fa8435ef415678b2e4a6972f5e378ee5cab1 (patch)
tree2d6a79258db4f4c71ac0c971d0958bf32b867ba5 /desktop/source
parent6fc8a48691bfa011c8b09e560196c5d3b98fdb76 (diff)
convert SvtAccessibilityOptions to officecfg where possible
Change-Id: Ia530086fe35e64379e55135d392020304b466325 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152649 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 4e3daca9893b..c0b30c2ae2fd 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1528,8 +1528,7 @@ int Desktop::Main()
SvtTabAppearanceCfg::SetInitialized();
SvtTabAppearanceCfg::SetApplicationDefaults( this );
- SvtAccessibilityOptions aOptions;
- aOptions.SetVCLSettings();
+ SvtAccessibilityOptions::SetVCLSettings();
SetSplashScreenProgress(60);
if ( !pExecGlobals->bRestartRequested )