summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textsh.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/textsh.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/textsh.cxx')
-rw-r--r--sw/source/uibase/shells/textsh.cxx34
1 files changed, 5 insertions, 29 deletions
diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx
index 35e589e3b961..ef1341d078bc 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -22,35 +22,24 @@
#include <hintids.hxx>
#include <comphelper/string.hxx>
#include <svl/globalnameitem.hxx>
-#include <svl/ownlist.hxx>
+#include <sfx2/bindings.hxx>
#include <sfx2/frmdescr.hxx>
#include <sfx2/objface.hxx>
-#include <sfx2/lnkbase.hxx>
#include <sfx2/viewfrm.hxx>
-#include <vcl/errinf.hxx>
-#include <svx/svdview.hxx>
-#include <svx/svxids.hrc>
+#include <i18nutil/transliteration.hxx>
+#include <svl/eitem.hxx>
#include <svl/ptitem.hxx>
#include <svl/stritem.hxx>
#include <unotools/moduleoptions.hxx>
-#include <sfx2/fcontnr.hxx>
#include <svx/hlnkitem.hxx>
-#include <svl/srchitem.hxx>
-#include <sfx2/dispatch.hxx>
-#include <sfx2/docfile.hxx>
-#include <svl/urihelper.hxx>
-#include <basic/sbxvar.hxx>
#include <svl/whiter.hxx>
#include <sfx2/request.hxx>
-#include <editeng/opaqitem.hxx>
#include <editeng/fontitem.hxx>
-#include <editeng/adjustitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/svxacorr.hxx>
#include <editeng/scripttypeitem.hxx>
-#include <vcl/graphicfilter.hxx>
#include <sfx2/htmlmode.hxx>
#include <svtools/htmlcfg.hxx>
#include <com/sun/star/embed/Aspects.hpp>
@@ -61,7 +50,6 @@
#include <wdocsh.hxx>
#include <fmtinfmt.hxx>
#include <fmtclds.hxx>
-#include <fmtsrnd.hxx>
#include <fmtfsize.hxx>
#include <swmodule.hxx>
#include <wrtsh.hxx>
@@ -77,36 +65,24 @@
#include <frmfmt.hxx>
#include <tablemgr.hxx>
#include <swundo.hxx>
-#include <shellio.hxx>
-#include <frmdlg.hxx>
-#include <usrpref.hxx>
-#include <swtable.hxx>
-#include <tblafmt.hxx>
-#include <caption.hxx>
-#include <idxmrk.hxx>
-#include <poolfmt.hxx>
#include <breakit.hxx>
-#include <modcfg.hxx>
-#include <column.hxx>
#include <edtwin.hxx>
#include <strings.hrc>
-#include <swerror.h>
#include <unochart.hxx>
-#include <tgrditem.hxx>
#include <chartins.hxx>
+#include <viewopt.hxx>
#define ShellClass_SwTextShell
#include <sfx2/msg.hxx>
#include <vcl/EnumContext.hxx>
#include <swslots.hxx>
#include <SwRewriter.hxx>
+#include <SwCapObjType.hxx>
using namespace ::com::sun::star;
#include <svx/svxdlg.hxx>
-#include <svx/dialogs.hrc>
#include <swabstdlg.hxx>
-#include <unomid.h>
#include <IDocumentDrawModelAccess.hxx>
#include <drawdoc.hxx>
#include <svtools/embedhlp.hxx>