diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-12-29 00:58:06 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-01-03 15:38:17 +0100 |
commit | bae684927c46e6105e78863bd9ee8560426a1b95 (patch) | |
tree | 150c1f41119b3988fc5117a84a4914c9d586ea48 /desktop | |
parent | e0f710ad29d33acda3c1b77d7a0980ca9ae2e3d1 (diff) |
Drop now unused SvtSlideSorterBarOptions class
Change-Id: I9db309b15e490c9bd03e767c192ba364a4ffe214
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161452
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a54ebc6e469f..01ee10facc71 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -220,7 +220,6 @@ #include <svl/ctloptions.hxx> #include <svtools/colorcfg.hxx> #include <svtools/miscopt.hxx> -#include <svtools/slidesorterbaropt.hxx> #include <unotools/cmdoptions.hxx> #include <unotools/compatibility.hxx> #include <unotools/fltrcfg.hxx> @@ -7522,7 +7521,6 @@ static void preloadData() static SvtCTLOptions aSvtCTLOptions; static svtools::ColorConfig aColorConfig; static SvtMiscOptions aSvtMiscOptions; - static SvtSlideSorterBarOptions aSvtSlideSorterBarOptions; static SvtCommandOptions aSvtCommandOptions; static SvtCompatibilityOptions aSvtCompatibilityOptions; static SvtFilterOptions aSvtFilterOptions; |