diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-26 01:11:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-07 09:13:14 +0100 |
commit | 6256797dacfafaa573a67643440a3fe4e8128dca (patch) | |
tree | 73bb6fb0ba68a3dc15858d3161e20c3e9e0fd921 /svx/source/dialog | |
parent | 892a5cfe557edb405ec0037676f02a1c24dd76ec (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I98f49765c6b74808dcbd692e0f375dd2848fcfd4
Reviewed-on: https://gerrit.libreoffice.org/65614
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/ClassificationEditView.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/charmap.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/dialcontrol.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/framelinkarray.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/frmsel.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/measctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/rubydialog.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/searchcharmap.cxx | 1 |
8 files changed, 10 insertions, 0 deletions
diff --git a/svx/source/dialog/ClassificationEditView.cxx b/svx/source/dialog/ClassificationEditView.cxx index 99989843fa45..ea0002897da5 100644 --- a/svx/source/dialog/ClassificationEditView.cxx +++ b/svx/source/dialog/ClassificationEditView.cxx @@ -12,6 +12,7 @@ #include <svx/ClassificationField.hxx> #include <vcl/builder.hxx> +#include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <svl/itemset.hxx> diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx index db400f99c9a2..c43c1f819651 100644 --- a/svx/source/dialog/charmap.cxx +++ b/svx/source/dialog/charmap.cxx @@ -20,6 +20,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> +#include <vcl/virdev.hxx> #include <svtools/colorcfg.hxx> #include <rtl/textenc.h> diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index 0d9c51023985..95c68ce17ccd 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -23,10 +23,12 @@ #include <vcl/svapp.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> +#include <vcl/event.hxx> #include <vcl/field.hxx> #include <vcl/settings.hxx> #include <svtools/colorcfg.hxx> #include <vcl/builderfactory.hxx> +#include <vcl/virdev.hxx> #include <i18nlangtag/languagetag.hxx> namespace svx { diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx index 0281c0300bfd..3d61a9d1810d 100644 --- a/svx/source/dialog/framelinkarray.cxx +++ b/svx/source/dialog/framelinkarray.cxx @@ -23,6 +23,7 @@ #include <vector> #include <set> #include <algorithm> +#include <tools/debug.hxx> #include <vcl/outdev.hxx> #include <drawinglayer/primitive2d/borderlineprimitive2d.hxx> #include <svx/sdr/primitive2d/sdrframeborderprimitive2d.hxx> diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx index ce7233371857..c33336b07605 100644 --- a/svx/source/dialog/frmsel.cxx +++ b/svx/source/dialog/frmsel.cxx @@ -19,7 +19,9 @@ #include <svx/frmsel.hxx> #include <vcl/builderfactory.hxx> +#include <vcl/event.hxx> #include <sal/log.hxx> +#include <tools/debug.hxx> #include <algorithm> #include <math.h> diff --git a/svx/source/dialog/measctrl.cxx b/svx/source/dialog/measctrl.cxx index 1e641d6b5d42..eb9d4011da2d 100644 --- a/svx/source/dialog/measctrl.cxx +++ b/svx/source/dialog/measctrl.cxx @@ -22,6 +22,7 @@ #include <svx/svdmodel.hxx> #include <svx/measctrl.hxx> #include <svx/dlgutil.hxx> +#include <vcl/event.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <memory> diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index 452ae7fc3dcc..d2d681334cc1 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -19,6 +19,7 @@ #include <memory> #include <sal/config.h> +#include <tools/debug.hxx> #include <osl/diagnose.h> #include <o3tl/any.hxx> diff --git a/svx/source/dialog/searchcharmap.cxx b/svx/source/dialog/searchcharmap.cxx index 61e6eaaa8712..228f50c88788 100644 --- a/svx/source/dialog/searchcharmap.cxx +++ b/svx/source/dialog/searchcharmap.cxx @@ -20,6 +20,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> +#include <vcl/virdev.hxx> #include <svtools/colorcfg.hxx> #include <rtl/textenc.h> |