diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-19 17:45:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-26 10:54:22 +0200 |
commit | 357fff1574ef29732b8a5209af97d9d026ccc650 (patch) | |
tree | 03e650511e6c0ddc9ee58ebcd5f8215e08f13815 /sd/source/ui/func/fusel.cxx | |
parent | 64af348a12c1892356c99d696246f4c5ccaad7f4 (diff) |
tdf#42949 Fix IWYU warnings in sd/
Recheck sd/ after recent refactorings and developments
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6f0fd19c52889cbd85b387183e2136bca4a1eeca
Reviewed-on: https://gerrit.libreoffice.org/79218
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/func/fusel.cxx')
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 2c59e1826b19..a61e21a04d79 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -17,27 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <config_features.h> - -#include <com/sun/star/media/XPlayer.hpp> #include <fusel.hxx> -#include <basic/sbstar.hxx> #include <svx/svddrgmt.hxx> #include <svx/svdpagv.hxx> #include <svx/svdogrp.hxx> #include <svx/scene3d.hxx> -#include <drawview.hxx> #include <vcl/imapobj.hxx> -#include <svl/urihelper.hxx> #include <unotools/securityoptions.hxx> #include <svx/svxids.hrc> #include <svx/xfillit0.hxx> -#include <sfx2/app.hxx> +#include <svx/ImageMapInfo.hxx> #include <sfx2/viewfrm.hxx> #include <svl/stritem.hxx> #include <svl/intitem.hxx> #include <sfx2/dispatch.hxx> -#include <tools/urlobj.hxx> #include <sfx2/docfile.hxx> #include <editeng/flditem.hxx> @@ -45,11 +38,9 @@ #include <app.hrc> -#include <GraphicDocShell.hxx> #include <sdmod.hxx> #include <DrawDocShell.hxx> #include <stlpool.hxx> -#include <anminfo.hxx> #include <fudraw.hxx> #include <ViewShell.hxx> #include <ViewShellBase.hxx> @@ -59,13 +50,9 @@ #include <drawdoc.hxx> #include <DrawViewShell.hxx> #include <ToolBarManager.hxx> -#include <pgjump.hxx> #include <Client.hxx> -#include <slideshow.hxx> - #include <svx/svdundo.hxx> -#include <avmedia/mediawindow.hxx> #include <svx/sdrhittesthelper.hxx> |