diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-31 16:30:08 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-12 15:14:12 +0200 |
commit | 4a4adaebeeb2b116d88378b6ca7247fccbd3576a (patch) | |
tree | 09da5d251daa01cf98ddf4b34cfe60334be9bb49 /sd/source/ui/view/viewshel.cxx | |
parent | 718d9b5e709ca19ce6d1d540ee6b64d0285181f6 (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/viewshel.cxx')
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index af87a87d271b..d2101ec67f3e 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -22,7 +22,6 @@ #include <ViewShellImplementation.hxx> #include <createtableobjectbar.hxx> -#include <com/sun/star/embed/EmbedStates.hpp> #include <ViewShellBase.hxx> #include <ShellFactory.hxx> #include <DrawController.hxx> @@ -39,21 +38,18 @@ #include <svx/svxids.hrc> #include <svx/fmshell.hxx> #include <WindowUpdater.hxx> -#include <GraphicViewShell.hxx> -#include <sfx2/childwin.hxx> #include <sdxfer.hxx> #include <app.hrc> #include <OutlineView.hxx> -#include <Client.hxx> +#include <DrawViewShell.hxx> #include <DrawDocShell.hxx> #include <slideshow.hxx> #include <drawdoc.hxx> #include <sdpage.hxx> #include <zoomlist.hxx> #include <FrameView.hxx> -#include <optsitem.hxx> #include <BezierObjectBar.hxx> #include <TextObjectBar.hxx> #include <GraphicObjectBar.hxx> @@ -62,11 +58,9 @@ #include <SlideSorterViewShell.hxx> #include <ViewShellManager.hxx> #include <FormShellManager.hxx> -#include <svx/dialogs.hrc> #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> #include <svx/svdoutl.hxx> -#include <tools/diagnose_ex.h> #include <tools/svborder.hxx> #include <comphelper/lok.hxx> |