summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/frmsh.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/frmsh.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/frmsh.cxx')
-rw-r--r--sw/source/uibase/shells/frmsh.cxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx
index 324dcdec9ea8..7a5a63011b01 100644
--- a/sw/source/uibase/shells/frmsh.cxx
+++ b/sw/source/uibase/shells/frmsh.cxx
@@ -21,13 +21,8 @@
#include <hintids.hxx>
#include <svl/whiter.hxx>
-#include <vcl/imapobj.hxx>
-#include <svtools/miscopt.hxx>
-#include <svl/srchitem.hxx>
-#include <vcl/imap.hxx>
#include <sfx2/viewfrm.hxx>
#include <basic/sbstar.hxx>
-#include <svl/rectitem.hxx>
#include <svl/ptitem.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
@@ -35,7 +30,6 @@
#include <editeng/colritem.hxx>
#include <editeng/lineitem.hxx>
#include <editeng/boxitem.hxx>
-#include <editeng/protitem.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/request.hxx>
#include <sfx2/objface.hxx>
@@ -55,29 +49,19 @@
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <wview.hxx>
-#include <frmatr.hxx>
#include <uitool.hxx>
#include <frmfmt.hxx>
#include <frmsh.hxx>
#include <frmmgr.hxx>
-#include <frmdlg.hxx>
-#include <swevent.hxx>
-#include <usrpref.hxx>
#include <edtwin.hxx>
#include <swdtflvr.hxx>
-#include <swwait.hxx>
-#include <docstat.hxx>
-#include <IDocumentStatistics.hxx>
+#include <viewopt.hxx>
#include <cmdid.h>
-#include <cfgitems.hxx>
-#include <globals.hrc>
#include <strings.hrc>
#include <swabstdlg.hxx>
-#include <svx/dialogs.hrc>
#include <svx/svxdlg.hxx>
-#include <svx/svxids.hrc>
#include <docsh.hxx>
#include <svx/drawitem.hxx>