summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellBase.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-31 16:30:08 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-12 15:14:12 +0200
commit4a4adaebeeb2b116d88378b6ca7247fccbd3576a (patch)
tree09da5d251daa01cf98ddf4b34cfe60334be9bb49 /sd/source/ui/view/ViewShellBase.cxx
parent718d9b5e709ca19ce6d1d540ee6b64d0285181f6 (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I878a639eee26f543093f640cd10b8cb7bfbbd108 Reviewed-on: https://gerrit.libreoffice.org/78350 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/view/ViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 4a875076d561..5da8d9c9219d 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -28,8 +28,6 @@
#include <unokywds.hxx>
#include <svx/svxids.hrc>
#include <DrawDocShell.hxx>
-#include <sfx2/app.hxx>
-#include <PaneChildWindows.hxx>
#include <ViewShellManager.hxx>
#include <DrawController.hxx>
#include <FrameView.hxx>
@@ -41,20 +39,14 @@
#include <sfx2/request.hxx>
#include <sfx2/printer.hxx>
#include <DrawViewShell.hxx>
-#include <GraphicViewShell.hxx>
-#include <OutlineViewShell.hxx>
-#include <SlideSorterViewShell.hxx>
-#include <PresentationViewShell.hxx>
#include <FormShellManager.hxx>
#include <ToolBarManager.hxx>
#include <Window.hxx>
#include <framework/ConfigurationController.hxx>
#include <DocumentRenderer.hxx>
-#include <sdattr.hxx>
#include <optsitem.hxx>
#include <sdmod.hxx>
-#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/document/XViewDataSupplier.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>