diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-13 07:52:14 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-05-16 11:49:18 +0200 |
commit | 4b04eae81478d4aa19f3bdc3f2d6247063aeb6cd (patch) | |
tree | 04216a0794f11b1a48e09c328777d905d2e33874 /sw/qa/extras | |
parent | e875a317c4adf00bbad00fb8176c26cd1a66973e (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[e-g]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I861d3f0fa15ee3b7e0e830c4fac2e5794ea4071b
Reviewed-on: https://gerrit.libreoffice.org/72213
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/qa/extras')
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 1 | ||||
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index e06bfd84b3a3..69e9fc0da59b 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -16,6 +16,7 @@ #include <comphelper/scopeguard.hxx> #include <unotools/syslocaleoptions.hxx> #include <i18nlangtag/languagetag.hxx> +#include <vcl/event.hxx> #include <vcl/scheduler.hxx> #include <fmtanchr.hxx> #include <fmtfsize.hxx> diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index e3fb10cb9946..a5f874f8b964 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -50,6 +50,7 @@ #include <svx/svdpage.hxx> #include <svx/svdview.hxx> #include <svl/itemiter.hxx> +#include <svx/svxids.hrc> #include <unotools/localfilehelper.hxx> #include <editeng/eeitem.hxx> |