diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-25 18:51:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-08 12:11:17 +0200 |
commit | 3889e2f2a1f5f87e972e67900b5ff5ef1289479d (patch) | |
tree | 875c5204163ef1c1347d7a48cc107eb9ea495a7d /sw/qa | |
parent | 347afce3a997291313fd88843ba248ccbbcb3990 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[a-j]*
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4b7209de739c164be1cfce360f43a1885867a12a
Reviewed-on: https://gerrit.libreoffice.org/74910
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index d09783cebb8b..471d726e9626 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -57,6 +57,10 @@ #include <editeng/eeitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/fontitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/opaqitem.hxx> +#include <editeng/protitem.hxx> +#include <editeng/ulspitem.hxx> #include <editeng/wghtitem.hxx> #include <editeng/rsiditem.hxx> #include <i18nutil/transliteration.hxx> @@ -71,6 +75,7 @@ #include <unofldmid.h> #include <UndoManager.hxx> #include <textsh.hxx> +#include <frmatr.hxx> #include <frmmgr.hxx> #include <tblafmt.hxx> |