summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewdraw.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-14 18:42:43 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-16 09:49:21 +0100
commit4407a035137aec241165d3ae7ee9611630ee755c (patch)
tree008bcf7b6fe0b7641dde75377391ec3a61f72b76 /sw/source/uibase/uiview/viewdraw.cxx
parent3a749d7278bbe65cfc063e64460df8af6bc2af47 (diff)
tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxx
Also backtrack a bit and introduce several fw declarations in sw/inc/hintids.hxx to get rid of TypedWhichId -based blacklist entries Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8487737f5c3327c24b105328e84661d409f381c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86873 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/uiview/viewdraw.cxx')
-rw-r--r--sw/source/uibase/uiview/viewdraw.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/uiview/viewdraw.cxx b/sw/source/uibase/uiview/viewdraw.cxx
index 6866b31cd3b1..548d7eb86ce0 100644
--- a/sw/source/uibase/uiview/viewdraw.cxx
+++ b/sw/source/uibase/uiview/viewdraw.cxx
@@ -18,25 +18,19 @@
*/
#include <hintids.hxx>
-#include <svl/aeitem.hxx>
#include <svl/itempool.hxx>
#include <svl/stritem.hxx>
#include <svx/svdobj.hxx>
#include <svx/svdview.hxx>
#include <svx/svdpage.hxx>
-#include <editeng/editview.hxx>
-#include <editeng/editeng.hxx>
#include <editeng/outliner.hxx>
#include <svx/fmview.hxx>
#include <svx/dataaccessdescriptor.hxx>
-#include <svx/svxids.hrc>
#include <sfx2/viewfrm.hxx>
#include <doc.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <textboxhelper.hxx>
#include <editeng/langitem.hxx>
-#include <linguistic/lngprops.hxx>
-#include <editeng/unolingu.hxx>
#include <svx/fontworkbar.hxx>
#include <svx/fontworkgallery.hxx>
#include <editeng/eeitem.hxx>
@@ -45,8 +39,6 @@
#include <editeng/editstat.hxx>
#include <sfx2/request.hxx>
#include <sfx2/bindings.hxx>
-#include <sfx2/printer.hxx>
-#include <svx/fmglob.hxx>
#include <sfx2/dispatch.hxx>
#include <svx/svdoutl.hxx>
#include <vcl/ptrstyle.hxx>
@@ -55,7 +47,6 @@
#include <wrtsh.hxx>
#include <viewopt.hxx>
#include <cmdid.h>
-#include <drawsh.hxx>
#include <drwbassh.hxx>
#include <beziersh.hxx>
#include <conrect.hxx>
@@ -70,7 +61,6 @@
#include <svx/svdpagv.hxx>
#include <svx/extrusionbar.hxx>
-#include <vcl/svapp.hxx>
#include <comphelper/lok.hxx>
#include <sfx2/lokhelper.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>