compilerplugins/clang/unusedvarsglobal.untouched.results | 2 -- desktop/source/lib/init.cxx | 2 -- 2 files changed, 4 deletions(-)
New commits: commit 2aeeb7647f5858a21091d89f201ec71959ef7d31 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Sun Dec 17 23:11:55 2023 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Sat Dec 30 22:58:59 2023 +0100 SvtAccessibilityOptions no longer loads settings Change-Id: Ia7404122029b6b7c6fe7ff879bb1143b3419fc32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161239 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/compilerplugins/clang/unusedvarsglobal.untouched.results b/compilerplugins/clang/unusedvarsglobal.untouched.results index 490665af3b1c..4fcb089e21b3 100644 --- a/compilerplugins/clang/unusedvarsglobal.untouched.results +++ b/compilerplugins/clang/unusedvarsglobal.untouched.results @@ -22,8 +22,6 @@ desktop/source/lib/init.cxx:7376 SvtOptionsDialogOptions aDialogOptions desktop/source/lib/init.cxx:7377 SvtCTLOptions aSvtCTLOptions -desktop/source/lib/init.cxx:7378 - SvtAccessibilityOptions aSvtAccessibilityOptions desktop/source/lib/init.cxx:7379 svtools::ColorConfig aColorConfig desktop/source/lib/init.cxx:7380 diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 2f82ab48225d..4b1658d95e20 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -218,7 +218,6 @@ #include <officecfg/Office/UI/ToolbarMode.hxx> #include <unotools/optionsdlg.hxx> #include <svl/ctloptions.hxx> -#include <svtools/accessibilityoptions.hxx> #include <svtools/colorcfg.hxx> #include <svtools/miscopt.hxx> #include <svtools/slidesorterbaropt.hxx> @@ -7521,7 +7520,6 @@ static void preloadData() #endif static SvtOptionsDialogOptions aDialogOptions; static SvtCTLOptions aSvtCTLOptions; - static SvtAccessibilityOptions aSvtAccessibilityOptions; static svtools::ColorConfig aColorConfig; static SvtMiscOptions aSvtMiscOptions; static SvtSlideSorterBarOptions aSvtSlideSorterBarOptions;