diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-18 00:06:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-18 18:51:49 +0100 |
commit | 15b4ab8d1943f625b3648f72ebd1872467c5854c (patch) | |
tree | 8f468606f6976a364b59a62ffae0bb9d614edb73 /extensions | |
parent | 721366ebe1605f6167cc46a05fba12ce884b92cf (diff) |
cppuhelper: clean up public headers with include-what-you-use
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 1 | ||||
-rw-r--r-- | extensions/source/ole/servprov.cxx | 1 | ||||
-rw-r--r-- | extensions/source/plugin/base/plmodel.cxx | 1 | ||||
-rw-r--r-- | extensions/source/plugin/base/xplugin.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propcontroller.cxx | 1 | ||||
-rw-r--r-- | extensions/source/scanner/scanner.cxx | 1 | ||||
-rw-r--r-- | extensions/source/scanner/scanunx.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 49fa9581a30a..cc2e1edabcff 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -42,6 +42,7 @@ #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/form/XGridColumnFactory.hpp> #include <com/sun/star/io/XDataInputStream.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <comphelper/container.hxx> #include <svl/urihelper.hxx> diff --git a/extensions/source/ole/servprov.cxx b/extensions/source/ole/servprov.cxx index 221e9de00f8a..39f4c647326a 100644 --- a/extensions/source/ole/servprov.cxx +++ b/extensions/source/ole/servprov.cxx @@ -29,6 +29,7 @@ #include "servprov.hxx" #include "unoobjw.hxx" #include "oleobjw.hxx" +#include <cppuhelper/queryinterface.hxx> using namespace cppu; using namespace osl; diff --git a/extensions/source/plugin/base/plmodel.cxx b/extensions/source/plugin/base/plmodel.cxx index befe3a9db952..f2c5cc3f650f 100644 --- a/extensions/source/plugin/base/plmodel.cxx +++ b/extensions/source/plugin/base/plmodel.cxx @@ -28,6 +28,7 @@ #include <plugin/model.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <cppuhelper/queryinterface.hxx> using namespace com::sun::star::uno; diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx index 4386de4638f0..a151bc98f4b8 100644 --- a/extensions/source/plugin/base/xplugin.cxx +++ b/extensions/source/plugin/base/xplugin.cxx @@ -42,6 +42,7 @@ #include <com/sun/star/loader/XImplementationLoader.hpp> #include <com/sun/star/plugin/PluginManager.hpp> +#include <cppuhelper/queryinterface.hxx> #include <comphelper/processfactory.hxx> #include <plugin/impl.hxx> #include <ucbhelper/content.hxx> diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index 4e5dda00b2e4..188bdefdf7e3 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -45,6 +45,7 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/extensions/source/scanner/scanner.cxx b/extensions/source/scanner/scanner.cxx index 45e88233dcdf..c6537db18968 100644 --- a/extensions/source/scanner/scanner.cxx +++ b/extensions/source/scanner/scanner.cxx @@ -19,6 +19,7 @@ #include <scanner.hxx> +#include <cppuhelper/queryinterface.hxx> // - ScannerManager - diff --git a/extensions/source/scanner/scanunx.cxx b/extensions/source/scanner/scanunx.cxx index 125e8c83a9f3..a66d797587dc 100644 --- a/extensions/source/scanner/scanunx.cxx +++ b/extensions/source/scanner/scanunx.cxx @@ -20,6 +20,7 @@ #include <scanner.hxx> #include <sanedlg.hxx> #include <osl/thread.hxx> +#include <cppuhelper/queryinterface.hxx> #include <boost/shared_ptr.hpp> #if OSL_DEBUG_LEVEL > 1 |