diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-28 13:42:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-05 10:56:39 +0200 |
commit | d5d994789fcbbe327828424cae8c840beaea856f (patch) | |
tree | 610a5dbc1b85eac9743afaa20951997e7f7ee149 /sw/source/ui/index | |
parent | 1e18f94ff38124716de36315e7ba45de5bbb86e8 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie1c889bb9bd74b0d2bd859dad4c85a209db750a3
Reviewed-on: https://gerrit.libreoffice.org/76503
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 3674207acebb..72ae0aab4399 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -22,6 +22,7 @@ #include <sal/log.hxx> #include <svl/style.hxx> #include <vcl/help.hxx> +#include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <svl/stritem.hxx> #include <svl/urihelper.hxx> diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index ab42f1e84d62..b1a0885e1eee 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/util/SearchFlags.hpp> #include <i18nutil/searchopt.hxx> #include <svl/stritem.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> |