diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-17 23:46:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-23 09:22:08 +0100 |
commit | eaeabd78585c185e58f62be49e5888ef78d94793 (patch) | |
tree | 876426b3f782712de0f590123bca0785d61fa49b /sw/source/ui/fmtui | |
parent | 13bc1ec30c5adf05ff987c25634b845bab7bc4ae (diff) |
tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Icf4e6f8ea7c751c8d068dbde50ea1b4726d565d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87004
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r-- | sw/source/ui/fmtui/tmpdlg.cxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index ea47c81edb8f..a508d828698f 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -19,17 +19,15 @@ #include <hintids.hxx> -#include <sal/log.hxx> #include <sfx2/viewfrm.hxx> #include <svx/hdft.hxx> #include <editeng/flstitem.hxx> #include <sfx2/htmlmode.hxx> +#include <sfx2/sfxdlg.hxx> #include <svtools/htmlcfg.hxx> #include <svl/cjkoptions.hxx> #include <vcl/svapp.hxx> #include <numpara.hxx> -#include <fmtclds.hxx> -#include <swtypes.hxx> #include <swmodule.hxx> #include <wrtsh.hxx> #include <view.hxx> @@ -42,8 +40,6 @@ #include <drpcps.hxx> #include <frmpage.hxx> #include <wrap.hxx> -#include <frmmgr.hxx> -#include <ccoll.hxx> #include <swuiccoll.hxx> #include <docstyle.hxx> #include <fmtcol.hxx> @@ -51,18 +47,13 @@ #include <poolfmt.hxx> #include <uitool.hxx> #include <shellres.hxx> -#include <swabstdlg.hxx> #include <cmdid.h> -#include <globals.hrc> #include <SwStyleNameMapper.hxx> -#include <svx/svxids.hrc> #include <svl/stritem.hxx> -#include <svl/aeitem.hxx> #include <svl/slstitm.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> -#include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <svx/flagsdef.hxx> |