summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlideSorterView.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-23 23:20:13 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-26 09:16:05 +0200
commit1ddb742aed047a745bbcd1787d0f9cfa8f0beda5 (patch)
treeba9cc27929d3fc41a4239d1a303c6ad5c6dcaa36 /sd/source/ui/slidesorter/view/SlideSorterView.cxx
parent2fd083579d42d7649c162f18db235498198ff3f4 (diff)
tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Idc9ca0ec1d888d3625f24b8dea4421408d2e7e7d Reviewed-on: https://gerrit.libreoffice.org/78047 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlideSorterView.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlideSorterView.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
index 36cd90066363..3b9298f9d803 100644
--- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx
+++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
@@ -19,9 +19,7 @@
#include <view/SlideSorterView.hxx>
-#include <ViewShellBase.hxx>
#include <SlideSorter.hxx>
-#include <SlideSorterViewShell.hxx>
#include <ViewShell.hxx>
#include "SlsViewCacheContext.hxx"
#include "SlsLayeredDevice.hxx"
@@ -31,7 +29,6 @@
#include <view/SlsILayerPainter.hxx>
#include <view/SlsToolTip.hxx>
#include <controller/SlideSorterController.hxx>
-#include <controller/SlsProperties.hxx>
#include <controller/SlsClipboard.hxx>
#include <model/SlideSorterModel.hxx>
#include <model/SlsPageEnumerationProvider.hxx>
@@ -39,32 +36,16 @@
#include <cache/SlsPageCache.hxx>
#include <cache/SlsPageCacheManager.hxx>
#include <cache/SlsCacheContext.hxx>
-#include <DrawDocShell.hxx>
#include <PaneDockingWindow.hxx>
-#include <drawdoc.hxx>
#include <sdpage.hxx>
#include <Window.hxx>
-#include <sal/log.hxx>
-#include <svl/itempool.hxx>
-#include <svx/svdpagv.hxx>
-#include <svx/svdopage.hxx>
-#include <svx/xlndsit.hxx>
-#include <svx/xlnclit.hxx>
#include <vcl/svapp.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/settings.hxx>
-#include <tools/poly.hxx>
-#include <vcl/lineinfo.hxx>
#include <algorithm>
-#include <svx/sdrpagewindow.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/polygon/b2dpolygontools.hxx>
-#include <basegfx/polygon/b2dpolygon.hxx>
-#include <drawinglayer/geometry/viewinformation2d.hxx>
-#include <canvas/elapsedtime.hxx>
//#define DEBUG_TIMING
#ifdef DEBUG_TIMING