summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-24 21:48:40 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-07 10:54:49 +0100
commitc0867c0605fd5e41e41e932fcdf094b3dc77fd03 (patch)
treed75fd2a95a6b8219f53ba40c1715bc1b63ee4c35 /sw/source/uibase/fldui
parent7f82e6dae98bc5e75ec03885eb955a7a72047bb4 (diff)
tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I07178531d1c1edbfcd1ec1feed0dbe96ed2627a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85793 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/fldui')
-rw-r--r--sw/source/uibase/fldui/fldmgr.cxx13
-rw-r--r--sw/source/uibase/fldui/fldwrap.cxx8
2 files changed, 0 insertions, 21 deletions
diff --git a/sw/source/uibase/fldui/fldmgr.cxx b/sw/source/uibase/fldui/fldmgr.cxx
index 65b70130f11a..dbb6d9e3098c 100644
--- a/sw/source/uibase/fldui/fldmgr.cxx
+++ b/sw/source/uibase/fldui/fldmgr.cxx
@@ -33,32 +33,20 @@
#include <com/sun/star/uri/XVndSunStarScriptUrl.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
-#include <editeng/unolingu.hxx>
-#include <unotools/localedatawrapper.hxx>
#include <tools/resary.hxx>
#include <sfx2/dispatch.hxx>
-#include <sfx2/objsh.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/app.hxx>
#include <sfx2/viewfrm.hxx>
-#include <svx/dialogs.hrc>
#include <svx/strarray.hxx>
-#include <basic/basmgr.hxx>
-#include <editeng/langitem.hxx>
-#include <svl/macitem.hxx>
-#include <basic/sbmod.hxx>
#include <fmtrfmrk.hxx>
-#include <basic/sbmeth.hxx>
-#include <basic/sbx.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <vcl/mnemonic.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <doc.hxx>
-#include <docsh.hxx>
#include <swmodule.hxx>
-#include <charatr.hxx>
#include <fmtinfmt.hxx>
#include <cellatr.hxx>
#include <dbmgr.hxx>
@@ -77,7 +65,6 @@
#include <flddropdown.hxx>
#include <strings.hrc>
#include <tox.hxx>
-#include <cnttab.hxx>
#include <unotools/useroptions.hxx>
using namespace com::sun::star::uno;
diff --git a/sw/source/uibase/fldui/fldwrap.cxx b/sw/source/uibase/fldui/fldwrap.cxx
index ce704d0ab51d..a2a41fa3443c 100644
--- a/sw/source/uibase/fldui/fldwrap.cxx
+++ b/sw/source/uibase/fldui/fldwrap.cxx
@@ -18,18 +18,10 @@
*/
#include <cmdid.h>
-#include <swtypes.hxx>
#include <sfx2/basedlgs.hxx>
-#include <sfx2/dispatch.hxx>
-#include <sfx2/htmlmode.hxx>
-#include <viewopt.hxx>
#include <docsh.hxx>
#include <fldwrap.hxx>
-#include <wrtsh.hxx>
-#include <view.hxx>
-#include <swmodule.hxx>
-#include <globals.hrc>
#include <swabstdlg.hxx>
SFX_IMPL_CHILDWINDOW_WITHID(SwFieldDlgWrapper, FN_INSERT_FIELD)