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 /forms/source | |
parent | 721366ebe1605f6167cc46a05fba12ce884b92cf (diff) |
cppuhelper: clean up public headers with include-what-you-use
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/EventThread.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/File.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/FormattedFieldWrapper.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/imgprod.cxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/richtextcontrol.hxx | 1 | ||||
-rw-r--r-- | forms/source/runtime/formoperations.hxx | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/forms/source/component/EventThread.cxx b/forms/source/component/EventThread.cxx index 8e09f47d68a2..c99443a53624 100644 --- a/forms/source/component/EventThread.cxx +++ b/forms/source/component/EventThread.cxx @@ -20,6 +20,8 @@ #include "EventThread.hxx" #include <comphelper/guarding.hxx> #include <tools/debug.hxx> +#include <cppuhelper/queryinterface.hxx> + #include <boost/scoped_ptr.hpp> namespace frm diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx index 34e437e0c57c..0139720999ee 100644 --- a/forms/source/component/File.cxx +++ b/forms/source/component/File.cxx @@ -23,6 +23,7 @@ #include "property.hrc" #include "services.hxx" +#include <cppuhelper/queryinterface.hxx> #include <tools/debug.hxx> #include <comphelper/container.hxx> #include <comphelper/basicio.hxx> diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx index e3ae3ff9717f..32ba7bc2fc28 100644 --- a/forms/source/component/FormattedFieldWrapper.cxx +++ b/forms/source/component/FormattedFieldWrapper.cxx @@ -24,6 +24,7 @@ #include "services.hxx" #include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/queryinterface.hxx> #include <connectivity/dbtools.hxx> #include <tools/debug.hxx> #include <vcl/svapp.hxx> diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx index 948e8c8220d3..64ea9f041a7c 100644 --- a/forms/source/component/imgprod.cxx +++ b/forms/source/component/imgprod.cxx @@ -26,6 +26,7 @@ #include <vcl/svapp.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/graphicfilter.hxx> +#include <cppuhelper/queryinterface.hxx> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx index e81e5b9afe40..e16a42757b75 100644 --- a/forms/source/richtext/richtextcontrol.hxx +++ b/forms/source/richtext/richtextcontrol.hxx @@ -23,6 +23,7 @@ #include <toolkit/controls/unocontrols.hxx> #include <toolkit/awt/vclxwindow.hxx> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <comphelper/uno3.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx index 911a82959363..a884de9542b8 100644 --- a/forms/source/runtime/formoperations.hxx +++ b/forms/source/runtime/formoperations.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/form/runtime/XFormOperations.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/form/XForm.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/form/XLoadable.hpp> |