diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-18 23:41:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-20 12:36:41 +0100 |
commit | febe0fd100ff0bff33c965b3bcb497e7f2bc4ef9 (patch) | |
tree | 02c2b4132fc90db51bb882432e6ea2fcd7714323 /svx | |
parent | a60265f07bdd62d810cae3c7e64b1ad4fb02bbaa (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib32ea54a3fa690a0722fa75ddb4121ec78c0b64f
Reviewed-on: https://gerrit.libreoffice.org/65386
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/paragraph/ParaSpacingControl.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/PaletteManager.cxx | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/sidebar/paragraph/ParaSpacingControl.cxx b/svx/source/sidebar/paragraph/ParaSpacingControl.cxx index 21ef4c7f264d..d40c1bb200d4 100644 --- a/svx/source/sidebar/paragraph/ParaSpacingControl.cxx +++ b/svx/source/sidebar/paragraph/ParaSpacingControl.cxx @@ -27,6 +27,7 @@ #include <svl/itempool.hxx> #include <sfx2/sfxsids.hrc> #include <svl/intitem.hxx> +#include <comphelper/processfactory.hxx> using namespace svx; diff --git a/svx/source/tbxctrls/PaletteManager.cxx b/svx/source/tbxctrls/PaletteManager.cxx index bec59c3a6cc0..f7e5a4b1910c 100644 --- a/svx/source/tbxctrls/PaletteManager.cxx +++ b/svx/source/tbxctrls/PaletteManager.cxx @@ -34,6 +34,9 @@ #include <set> #include <cppu/unotype.hxx> #include <officecfg/Office/Common.hxx> +#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/frame/XDispatch.hpp> +#include <com/sun/star/frame/Desktop.hpp> #include <palettes.hxx> |