summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-12 12:28:03 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-13 09:09:49 +0200
commit6abfb78333faa11a7790eb18a79753992efc2737 (patch)
treefc7e2c40991772aa84d8c062ab0f1991166ca231 /sw/source/ui/inc
parentd2c7b60ee9591e3d951950e7b230dc271d3483f2 (diff)
tdf#42949 Fix IWYU warnings in sw/source/ui/*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6dcdf9865589b1886a3ebaa1f37cbe8e2da7c98d Reviewed-on: https://gerrit.libreoffice.org/77348 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/mmresultdialogs.hxx6
-rw-r--r--sw/source/ui/inc/swuiexp.hxx2
2 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/ui/inc/mmresultdialogs.hxx b/sw/source/ui/inc/mmresultdialogs.hxx
index a0e1346ceb80..d6ef4477ffe5 100644
--- a/sw/source/ui/inc/mmresultdialogs.hxx
+++ b/sw/source/ui/inc/mmresultdialogs.hxx
@@ -18,16 +18,12 @@
*/
#ifndef INCLUDED_SW_SOURCE_UI_DBUI_MMOUTPUTPAGE_HXX
#define INCLUDED_SW_SOURCE_UI_DBUI_MMOUTPUTPAGE_HXX
-#include <svtools/wizardmachine.hxx>
+
#include <vcl/button.hxx>
-#include <vcl/layout.hxx>
-#include <vcl/field.hxx>
#include <vcl/prgsbar.hxx>
#include <vcl/weld.hxx>
-#include <sfx2/objsh.hxx>
#include <sfx2/basedlgs.hxx>
#include <svtools/simptabl.hxx>
-#include <vcl/svtabbx.hxx>
#include <vcl/headbar.hxx>
#include <mailmergehelper.hxx>
diff --git a/sw/source/ui/inc/swuiexp.hxx b/sw/source/ui/inc/swuiexp.hxx
index 226127c5e595..4419a7029549 100644
--- a/sw/source/ui/inc/swuiexp.hxx
+++ b/sw/source/ui/inc/swuiexp.hxx
@@ -19,6 +19,8 @@
#ifndef INCLUDED_SW_SOURCE_UI_INC_SWUIEXP_HXX
#define INCLUDED_SW_SOURCE_UI_INC_SWUIEXP_HXX
+#include <swabstdlg.hxx>
+
namespace swui
{
SwAbstractDialogFactory& GetFactory();