summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/SdUnoDrawView.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/unoidl/SdUnoDrawView.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/unoidl/SdUnoDrawView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoDrawView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/SdUnoDrawView.cxx b/sd/source/ui/unoidl/SdUnoDrawView.cxx
index 9877c41ca733..46b9c4876a9f 100644
--- a/sd/source/ui/unoidl/SdUnoDrawView.cxx
+++ b/sd/source/ui/unoidl/SdUnoDrawView.cxx
@@ -25,7 +25,6 @@
#include <drawdoc.hxx>
#include "unolayer.hxx"
#include <unomodel.hxx>
-#include <unopage.hxx>
#include <Window.hxx>
#include <pres.hxx>
@@ -34,6 +33,7 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/svdpagv.hxx>
+#include <svx/unopage.hxx>
#include <svx/unoshape.hxx>
#include <sfx2/zoomitem.hxx>
#include <com/sun/star/drawing/DrawViewMode.hpp>