summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drwbassh.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-29 23:40:36 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-08 11:03:57 +0100
commita01a5bd9bce5c7ac9c2954e9f35f57a5bbcff77a (patch)
tree7e481bd88e1f562e195595cfa0ccb95dbaba1dc0 /sw/source/uibase/shells/drwbassh.cxx
parent055dd53e00c28b8d635228a07667c78218910436 (diff)
tdf#42949 Fix IWYU warnings in sw/source/uibase/[i-t]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I53139566ff41c8ee748945b39cd70b66fed8dc97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85973 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/shells/drwbassh.cxx')
-rw-r--r--sw/source/uibase/shells/drwbassh.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/uibase/shells/drwbassh.cxx b/sw/source/uibase/shells/drwbassh.cxx
index 12d87bab691b..cb44b8955e31 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -23,13 +23,10 @@
#include <sfx2/request.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
-#include <svl/aeitem.hxx>
#include <svx/svdview.hxx>
-#include <svl/srchitem.hxx>
#include <svl/whiter.hxx>
#include <svx/swframevalidation.hxx>
#include <svx/anchorid.hxx>
-#include <sfx2/htmlmode.hxx>
#include <drawdoc.hxx>
#include <uitool.hxx>
#include <fmtornt.hxx>
@@ -41,26 +38,20 @@
#include <viewopt.hxx>
#include <dcontact.hxx>
#include <frmfmt.hxx>
-#include <wrap.hxx>
#include <drawbase.hxx>
#include <drwbassh.hxx>
#include <swdtflvr.hxx>
-#include <svx/svdogrp.hxx>
-#include <svx/svdpage.hxx>
#include <svx/svditer.hxx>
#define ShellClass_SwDrawBaseShell
#include <sfx2/msg.hxx>
-#include <svx/svxids.hrc>
#include <swslots.hxx>
#include <svx/svxdlg.hxx>
-#include <svx/dialogs.hrc>
#include <swabstdlg.hxx>
#include <swundo.hxx>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <com/sun/star/text/RelOrientation.hpp>
#include <IDocumentDrawModelAccess.hxx>
-#include <memory>
#include <fmtfollowtextflow.hxx>
using namespace ::com::sun::star;