summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-19 17:45:19 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-26 10:54:22 +0200
commit357fff1574ef29732b8a5209af97d9d026ccc650 (patch)
tree03e650511e6c0ddc9ee58ebcd5f8215e08f13815 /sd/source/ui/func
parent64af348a12c1892356c99d696246f4c5ccaad7f4 (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')
-rw-r--r--sd/source/ui/func/fudraw.cxx7
-rw-r--r--sd/source/ui/func/fuexecuteinteraction.cxx2
-rw-r--r--sd/source/ui/func/fuinsert.cxx1
-rw-r--r--sd/source/ui/func/fuolbull.cxx2
-rw-r--r--sd/source/ui/func/fusel.cxx15
-rw-r--r--sd/source/ui/func/futext.cxx1
6 files changed, 2 insertions, 26 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 295f73a0f4c8..d6a85af98141 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -29,7 +29,7 @@
#include <vcl/help.hxx>
#include <svx/bmpmask.hxx>
#include <svx/svdotext.hxx>
-#include <sfx2/app.hxx>
+#include <svx/ImageMapInfo.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/sfxhelp.hxx>
@@ -40,12 +40,10 @@
#include <svx/scene3d.hxx>
#include <sfx2/viewfrm.hxx>
-#include <anminfo.hxx>
#include <strings.hrc>
#include <sdmod.hxx>
-#include <GraphicDocShell.hxx>
#include <fudraw.hxx>
#include <ViewShell.hxx>
#include <FrameView.hxx>
@@ -54,12 +52,9 @@
#include <drawdoc.hxx>
#include <DrawDocShell.hxx>
#include <sdresid.hxx>
-#include <drawview.hxx>
#include <fusel.hxx>
#include <vcl/weld.hxx>
-#include <slideshow.hxx>
#include <svx/sdrhittesthelper.hxx>
-#include <unotools/securityoptions.hxx>
using namespace ::com::sun::star;
diff --git a/sd/source/ui/func/fuexecuteinteraction.cxx b/sd/source/ui/func/fuexecuteinteraction.cxx
index 0a0f65186e48..8b037c41bed5 100644
--- a/sd/source/ui/func/fuexecuteinteraction.cxx
+++ b/sd/source/ui/func/fuexecuteinteraction.cxx
@@ -32,8 +32,6 @@
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <svl/urihelper.hxx>
-#include <svx/svdpagv.hxx>
-#include <svx/xfillit0.hxx>
#include <tools/urlobj.hxx>
#include <DrawViewShell.hxx>
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 64b4b1507a9b..af372f003ff7 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -26,7 +26,6 @@
#include <svx/svxdlg.hxx>
#include <com/sun/star/embed/EmbedVerbs.hpp>
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
-#include <com/sun/star/embed/XComponentSupplier.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx
index cdd8fd33ece9..a5fe859d4f0a 100644
--- a/sd/source/ui/func/fuolbull.cxx
+++ b/sd/source/ui/func/fuolbull.cxx
@@ -23,7 +23,6 @@
#include <editeng/outliner.hxx>
#include <editeng/eeitem.hxx>
#include <sfx2/request.hxx>
-#include <sfx2/sfxdlg.hxx>
#include <editeng/numitem.hxx>
#include <strings.hxx>
@@ -38,7 +37,6 @@
#include <svx/nbdtmgfact.hxx>
#include <svx/svdoutl.hxx>
#include <memory>
-#include <sdpage.hxx>
using namespace svx::sidebar;
namespace sd {
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>
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index 7005684dc8a0..3d5abb848bc8 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -21,7 +21,6 @@
#include <editeng/eeitem.hxx>
#include <svx/sdrpagewindow.hxx>
#include <svx/sdrpaintwindow.hxx>
-#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <vcl/help.hxx>
#include <editeng/fhgtitem.hxx>