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 /cui | |
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 'cui')
-rw-r--r-- | cui/source/customize/SvxConfigPageHelper.cxx | 1 | ||||
-rw-r--r-- | cui/source/customize/cfg.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optgenrl.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/macroass.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/customize/SvxConfigPageHelper.cxx b/cui/source/customize/SvxConfigPageHelper.cxx index 74f8a9b5d0cd..d6b6ece8fc5d 100644 --- a/cui/source/customize/SvxConfigPageHelper.cxx +++ b/cui/source/customize/SvxConfigPageHelper.cxx @@ -20,6 +20,7 @@ #include <SvxConfigPageHelper.hxx> #include <comphelper/random.hxx> +#include <comphelper/processfactory.hxx> static sal_Int16 theImageType = css::ui::ImageType::COLOR_NORMAL | diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index fda67a3b8c29..3bc53dd7522b 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -98,6 +98,7 @@ #include <com/sun/star/util/thePathSettings.hpp> #include <comphelper/documentinfo.hxx> #include <comphelper/propertysequence.hxx> +#include <comphelper/processfactory.hxx> #include <dlgname.hxx> diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx index 5175e2cc7719..cabc9003fd5b 100644 --- a/cui/source/options/optgenrl.cxx +++ b/cui/source/options/optgenrl.cxx @@ -18,6 +18,7 @@ */ #include <comphelper/string.hxx> +#include <comphelper/processfactory.hxx> #include <config_gpgme.h> #if HAVE_FEATURE_GPGME diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index 344a92126b5f..520dac2b54ad 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -22,6 +22,7 @@ #include <osl/diagnose.h> #include <basic/basmgr.hxx> #include <comphelper/string.hxx> +#include <comphelper/processfactory.hxx> #include <svl/macitem.hxx> #include <svx/dialogs.hrc> #include <svtools/svmedit.hxx> |