diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-18 18:24:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-10 09:58:12 +0200 |
commit | cc7280efdbfefd96eb96b63dc8bd171d39704388 (patch) | |
tree | 76b0d516d033c5006ddb122f2d847fce20c9d93c /extensions | |
parent | 433fce6571d4b9121374047324a7d2d2722ac3e4 (diff) |
tdf#42949 Fix IWYU warnings in include/cppuhelper/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45
Reviewed-on: https://gerrit.libreoffice.org/59297
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibload.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propcontroller.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/stringrepresentation.cxx | 1 | ||||
-rw-r--r-- | extensions/source/scanner/scnserv.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index 2b79af21cb24..b9aa15092714 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -37,6 +37,7 @@ #include <com/sun/star/frame/XFrameLoader.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index 4cfbfe1e12ca..29a12cf9a249 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -35,6 +35,7 @@ #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/inspection/PropertyControlType.hpp> #include <com/sun/star/ucb/AlreadyInitializedException.hpp> +#include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <comphelper/types.hxx> diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index 0a45bb54e831..208a0d27b183 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -34,6 +34,7 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <connectivity/dbconversion.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> diff --git a/extensions/source/scanner/scnserv.cxx b/extensions/source/scanner/scnserv.cxx index d790bb9522fe..91443b4444e5 100644 --- a/extensions/source/scanner/scnserv.cxx +++ b/extensions/source/scanner/scnserv.cxx @@ -22,6 +22,7 @@ #include "scanner.hxx" #include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> using namespace com::sun::star::registry; |