summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorter.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-23 23:20:13 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-26 09:16:05 +0200
commit1ddb742aed047a745bbcd1787d0f9cfa8f0beda5 (patch)
treeba9cc27929d3fc41a4239d1a303c6ad5c6dcaa36 /sd/source/ui/slidesorter/shell/SlideSorter.cxx
parent2fd083579d42d7649c162f18db235498198ff3f4 (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Idc9ca0ec1d888d3625f24b8dea4421408d2e7e7d Reviewed-on: https://gerrit.libreoffice.org/78047 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorter.cxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorter.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
index 8ab8161f09cf..f2ba97cd35d0 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
@@ -19,7 +19,6 @@
#include <SlideSorter.hxx>
-#include <SlideSorterViewShell.hxx>
#include <controller/SlideSorterController.hxx>
#include <controller/SlsScrollBarManager.hxx>
#include <controller/SlsProperties.hxx>
@@ -29,9 +28,8 @@
#include <view/SlsTheme.hxx>
#include <model/SlideSorterModel.hxx>
-#include <DrawController.hxx>
+#include <ViewShell.hxx>
#include <ViewShellBase.hxx>
-#include <ViewShellManager.hxx>
#include <Window.hxx>
#include <tools/debug.hxx>
@@ -39,8 +37,6 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-#include <sfx2/dispatch.hxx>
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;