summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview4.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/sdview4.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/sdview4.cxx')
-rw-r--r--sd/source/ui/view/sdview4.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
index 27fe058851fc..0bf877f6fc02 100644
--- a/sd/source/ui/view/sdview4.cxx
+++ b/sd/source/ui/view/sdview4.cxx
@@ -30,17 +30,14 @@
#include <sfx2/sfxsids.hrc>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
-#include <svl/urlbmk.hxx>
#include <svx/svdpagv.hxx>
#include <svx/xbtmpit.hxx>
#include <svx/svdundo.hxx>
#include <svx/xfillit0.hxx>
-#include <svx/xoutbmp.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdomedia.hxx>
#include <svx/svdoole2.hxx>
#include <svx/ImageMapInfo.hxx>
-#include <sot/storage.hxx>
#include <sfx2/app.hxx>
#include <avmedia/mediawindow.hxx>
#include <svtools/ehdl.hxx>
@@ -57,15 +54,12 @@
#include <strings.hrc>
#include <sdpage.hxx>
#include <view/SlideSorterView.hxx>
-#include <undo/undoobjects.hxx>
-#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svtools/soerr.hxx>
#include <sfx2/ipclient.hxx>
-#include <svx/svdoashp.hxx>
#include <tools/debug.hxx>
using namespace com::sun::star;