diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-07 18:43:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-08 11:55:43 +0200 |
commit | 4a6dc219fc0bb04f3e6a7f32344afcd058b38ebe (patch) | |
tree | da327f3364a1c55a226f8f2384832f7be32df635 /chart2 | |
parent | a3ee61550e4308782d53265c4b1685aeb8bf0ed7 (diff) |
tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib3252828385d1dc8faf48a428b1593199647a679
Reviewed-on: https://gerrit.libreoffice.org/70383
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2')
4 files changed, 5 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.cxx b/chart2/source/controller/dialogs/tp_ErrorBars.cxx index 7ad67dbe32d7..e99452c790a0 100644 --- a/chart2/source/controller/dialogs/tp_ErrorBars.cxx +++ b/chart2/source/controller/dialogs/tp_ErrorBars.cxx @@ -18,6 +18,7 @@ */ #include "tp_ErrorBars.hxx" +#include <vcl/event.hxx> #include <vcl/settings.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx index 5437e1c4c333..100b11548a95 100644 --- a/chart2/source/controller/dialogs/tp_Scale.cxx +++ b/chart2/source/controller/dialogs/tp_Scale.cxx @@ -31,6 +31,7 @@ #include <svl/intitem.hxx> #include <vcl/weld.hxx> #include <svl/zformat.hxx> +#include <vcl/svapp.hxx> #include <com/sun/star/chart2/AxisType.hpp> diff --git a/chart2/source/controller/dialogs/tp_Trendline.cxx b/chart2/source/controller/dialogs/tp_Trendline.cxx index b04051a8a63a..fcbecd9ba749 100644 --- a/chart2/source/controller/dialogs/tp_Trendline.cxx +++ b/chart2/source/controller/dialogs/tp_Trendline.cxx @@ -18,6 +18,7 @@ */ #include "tp_Trendline.hxx" +#include <vcl/event.hxx> #include <vcl/settings.hxx> namespace chart diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx index acfb1233e772..f63126747058 100644 --- a/chart2/source/controller/main/ChartController_Window.cxx +++ b/chart2/source/controller/main/ChartController_Window.cxx @@ -72,6 +72,8 @@ #include <svx/obj3d.hxx> #include <svx/scene3d.hxx> #include <svx/svddrgmt.hxx> +#include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> |