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 /basctl | |
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 'basctl')
-rw-r--r-- | basctl/source/basicide/basides3.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx index b55e273fdca8..6788cdb31b0f 100644 --- a/basctl/source/basicide/basides3.cxx +++ b/basctl/source/basicide/basides3.cxx @@ -26,6 +26,8 @@ #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> #include <tools/diagnose_ex.h> +#include <comphelper/processfactory.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> namespace basctl { diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index 32f6d8adf1bc..764c0507ae66 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -57,6 +57,7 @@ #include <com/sun/star/util/VetoException.hpp> #include <com/sun/star/script/ModuleSizeExceededRequest.hpp> +#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <cppuhelper/implbase.hxx> diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx index 0baf1cb251fd..273199fbfcbc 100644 --- a/basctl/source/basicide/moduldlg.cxx +++ b/basctl/source/basicide/moduldlg.cxx @@ -39,6 +39,7 @@ #include <tools/diagnose_ex.h> #include <xmlscript/xmldlg_imexp.hxx> #include <vcl/treelistentry.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> namespace basctl { diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index f57e62318f75..bee654fae060 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -39,6 +39,7 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/NumberFormatsSupplier.hpp> #include <comphelper/types.hxx> +#include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> #include <svl/itempool.hxx> #include <svx/sdrpaintwindow.hxx> diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 74566308ca78..357f05255ee0 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/inspection/XObjectInspector.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <comphelper/types.hxx> +#include <comphelper/processfactory.hxx> #include <cppuhelper/component_context.hxx> #include <svx/svditer.hxx> #include <svx/svdview.hxx> |