From e86690fe3a2f83e7be18a5703baf02fefea9aeec Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 7 Jul 2019 19:43:21 +0200 Subject: [PATCH] tdf#42949 Fix IWYU warnings in include/vbahelper Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I31ca76998b4fab5fe383993c89319b3a08d30401 Reviewed-on: https://gerrit.libreoffice.org/75181 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/vbahelper/vbaaccesshelper.hxx | 2 -- include/vbahelper/vbaeventshelperbase.hxx | 3 --- include/vbahelper/vbahelper.hxx | 2 -- sc/source/ui/vba/vbaapplication.cxx | 1 + sc/source/ui/vba/vbaaxes.cxx | 1 + sc/source/ui/vba/vbachartobjects.cxx | 1 + sc/source/ui/vba/vbatitle.hxx | 1 + vbahelper/source/vbahelper/vbaeventshelperbase.cxx | 1 + vbahelper/source/vbahelper/vbahelper.cxx | 1 + vbahelper/source/vbahelper/vbashapes.cxx | 1 + 10 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/vbahelper/vbaaccesshelper.hxx b/include/vbahelper/vbaaccesshelper.hxx index 78728f5c07a3..3dd3be21f6fa 100644 --- a/include/vbahelper/vbaaccesshelper.hxx +++ b/include/vbahelper/vbaaccesshelper.hxx @@ -25,13 +25,11 @@ #include #include #include -#include #include #include #include #include //#define VBAHELPER_DLLIMPLEMENTATION -#include #include #include #include diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx index 777815ce20a1..0b4c9ba681df 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -21,7 +21,6 @@ #define INCLUDED_VBAHELPER_VBAEVENTSHELPERBASE_HXX #include -#include #include #include @@ -32,9 +31,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index 83d627b54351..379e0f61dc93 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -22,10 +22,8 @@ #include #include -#include #include #include -#include #include #include #include diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index c7a46c3c74c2..f9ee9813d2e6 100644 --- a/sc/source/ui/vba/vbaapplication.cxx +++ b/sc/source/ui/vba/vbaapplication.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/sc/source/ui/vba/vbaaxes.cxx b/sc/source/ui/vba/vbaaxes.cxx index 754aca9a027f..9cf88bf0eb83 100644 --- a/sc/source/ui/vba/vbaaxes.cxx +++ b/sc/source/ui/vba/vbaaxes.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/sc/source/ui/vba/vbachartobjects.cxx b/sc/source/ui/vba/vbachartobjects.cxx index bca84c28300a..c8a752021a3c 100644 --- a/sc/source/ui/vba/vbachartobjects.cxx +++ b/sc/source/ui/vba/vbachartobjects.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include diff --git a/sc/source/ui/vba/vbatitle.hxx b/sc/source/ui/vba/vbatitle.hxx index 7777e66c84d7..c4ce1f360f89 100644 --- a/sc/source/ui/vba/vbatitle.hxx +++ b/sc/source/ui/vba/vbatitle.hxx @@ -24,6 +24,7 @@ #include "vbafont.hxx" #include "vbapalette.hxx" #include +#include #include #include diff --git a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx index 14c650f60de8..454568b40b95 100644 --- a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx +++ b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index b55ad65c4fae..459761c632df 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/vbahelper/source/vbahelper/vbashapes.cxx b/vbahelper/source/vbahelper/vbashapes.cxx index 6d6bd434b35e..52b5f4e5ec5b 100644 --- a/vbahelper/source/vbahelper/vbashapes.cxx +++ b/vbahelper/source/vbahelper/vbashapes.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include