summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-15 22:04:54 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-11-21 11:02:04 +0100
commit40710c488de3e4eef585c5a5276c9a0943d36f2e (patch)
tree7dbc2172f00316ec1670b3d9f5123510321bc723 /sw
parent836cbf3680afd9198abf3a64be698f8fe256dd5a (diff)
tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iabe571aa8f00492902c499094bea8365a3e17fca Reviewed-on: https://gerrit.libreoffice.org/63623 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/calc.hxx1
-rw-r--r--sw/inc/expfld.hxx1
-rw-r--r--sw/inc/extinput.hxx1
-rw-r--r--sw/source/core/text/redlnitr.hxx2
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.cxx1
5 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index ff1766d8cd39..ed517b89073c 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -25,6 +25,7 @@
#include <basic/sbxvar.hxx>
#include <unotools/syslocale.hxx>
#include <rtl/ustrbuf.hxx>
+#include <tools/solar.h>
#include "swdllapi.h"
class CharClass;
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index c82d1e0edab8..936a765393fa 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -25,6 +25,7 @@
#include <set>
#include <memory>
#include <vector>
+#include <tools/solar.h>
class SfxPoolItem;
class SwTextNode;
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index 5fcda8748c88..1fc6e757452c 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -21,6 +21,7 @@
#include "pam.hxx"
#include <i18nlangtag/lang.h>
+#include <vcl/commandevent.hxx>
#include <vector>
class CommandExtTextInputData;
diff --git a/sw/source/core/text/redlnitr.hxx b/sw/source/core/text/redlnitr.hxx
index 55a5f4a8c862..96a8401a3fe9 100644
--- a/sw/source/core/text/redlnitr.hxx
+++ b/sw/source/core/text/redlnitr.hxx
@@ -25,6 +25,8 @@
#include <swfont.hxx>
+#include <vcl/commandevent.hxx>
+
#include <cstddef>
#include <memory>
#include <vector>
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 590d208d0d63..c3c927f71c5b 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -28,6 +28,7 @@
#include <mmconfigitem.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/builderfactory.hxx>
+#include <vcl/commandevent.hxx>
#include <svtools/controldims.hxx>
#include <unotools/pathoptions.hxx>
#include <sfx2/filedlghelper.hxx>