diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-31 17:33:32 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-01 12:11:26 +0200 |
commit | 9401c7c28a91c4195f7d767bd46658fd08300c72 (patch) | |
tree | 7c9707fcb3629f93c830810e66916696a3f58a1d /forms/source | |
parent | 6f92c49f3801589202c58739e89b08b525a4d279 (diff) |
remove unused processfactory.hxx includes
and fix fallout
Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
Reviewed-on: https://gerrit.libreoffice.org/52206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'forms/source')
30 files changed, 0 insertions, 30 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx index 2ec073bc0e8a..35ca84b801ec 100644 --- a/forms/source/component/Button.cxx +++ b/forms/source/component/Button.cxx @@ -24,7 +24,6 @@ #include <comphelper/streamsection.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> #include <o3tl/any.hxx> #include <tools/diagnose_ex.h> #include <tools/debug.hxx> diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx index 4a3e6487e60a..a62e6dce38eb 100644 --- a/forms/source/component/CheckBox.cxx +++ b/forms/source/component/CheckBox.cxx @@ -21,7 +21,6 @@ #include <property.hxx> #include <services.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> namespace frm { diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 29024717a5d0..8e7bee2bf1c7 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -39,7 +39,6 @@ #include <comphelper/numbers.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbconversion.hxx> #include <cppuhelper/queryinterface.hxx> diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index 441b7b526d7c..dac29657ab5c 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -22,7 +22,6 @@ #include <unotools/localedatawrapper.hxx> #include <vcl/svapp.hxx> #include <unotools/syslocale.hxx> -#include <comphelper/processfactory.hxx> namespace frm diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 79047a5ac013..d0031c710643 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -57,7 +57,6 @@ #include <comphelper/basicio.hxx> #include <comphelper/container.hxx> #include <comphelper/enumhelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> #include <connectivity/dbtools.hxx> diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx index e8596a0136ab..99d76d259495 100644 --- a/forms/source/component/Date.cxx +++ b/forms/source/component/Date.cxx @@ -22,7 +22,6 @@ #include <tools/date.hxx> #include <connectivity/dbconversion.hxx> #include <com/sun/star/sdbc/DataType.hpp> -#include <comphelper/processfactory.hxx> using namespace dbtools; diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx index 0454af30f4ba..1bf099d7ac08 100644 --- a/forms/source/component/Edit.cxx +++ b/forms/source/component/Edit.cxx @@ -40,7 +40,6 @@ #include <comphelper/container.hxx> #include <comphelper/numbers.hxx> -#include <comphelper/processfactory.hxx> using namespace dbtools; diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx index ed304deb4b2d..9a57c0c737fd 100644 --- a/forms/source/component/File.cxx +++ b/forms/source/component/File.cxx @@ -27,7 +27,6 @@ #include <comphelper/container.hxx> #include <comphelper/basicio.hxx> #include <comphelper/guarding.hxx> -#include <comphelper/processfactory.hxx> namespace frm diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx index 5bce25c655b2..ab97e4d365ad 100644 --- a/forms/source/component/Filter.cxx +++ b/forms/source/component/Filter.cxx @@ -48,7 +48,6 @@ #include <com/sun/star/awt/XItemList.hpp> #include <comphelper/numbers.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> #include <connectivity/dbconversion.hxx> diff --git a/forms/source/component/FixedText.cxx b/forms/source/component/FixedText.cxx index a144518e488f..fb35214cf428 100644 --- a/forms/source/component/FixedText.cxx +++ b/forms/source/component/FixedText.cxx @@ -20,7 +20,6 @@ #include "FixedText.hxx" #include <services.hxx> #include <property.hxx> -#include <comphelper/processfactory.hxx> namespace frm diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx index ac206428700f..6ee40bdf6d9a 100644 --- a/forms/source/component/FormattedFieldWrapper.cxx +++ b/forms/source/component/FormattedFieldWrapper.cxx @@ -22,7 +22,6 @@ #include "FormattedField.hxx" #include "EditBase.hxx" #include <services.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/queryinterface.hxx> #include <connectivity/dbtools.hxx> diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx index 567725d926e6..0f6aa34f7d4f 100644 --- a/forms/source/component/FormsCollection.cxx +++ b/forms/source/component/FormsCollection.cxx @@ -20,7 +20,6 @@ #include "FormsCollection.hxx" #include <services.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/form/XForm.hpp> diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index ca4f6c45697c..34b31657bb45 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/text/WritingMode2.hpp> #include <comphelper/basicio.hxx> #include <comphelper/container.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/queryinterface.hxx> #include <vcl/unohelp.hxx> #include <vcl/svapp.hxx> diff --git a/forms/source/component/GroupBox.cxx b/forms/source/component/GroupBox.cxx index 7e727c21436e..4d7d8c25214c 100644 --- a/forms/source/component/GroupBox.cxx +++ b/forms/source/component/GroupBox.cxx @@ -21,7 +21,6 @@ #include <property.hxx> #include <services.hxx> #include <tools/debug.hxx> -#include <comphelper/processfactory.hxx> namespace frm { diff --git a/forms/source/component/Hidden.cxx b/forms/source/component/Hidden.cxx index d5a1b8fe7853..c4531804912d 100644 --- a/forms/source/component/Hidden.cxx +++ b/forms/source/component/Hidden.cxx @@ -22,7 +22,6 @@ #include <services.hxx> #include <tools/debug.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> namespace frm diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx index d7157894f83b..51b21175dc4d 100644 --- a/forms/source/component/ImageButton.cxx +++ b/forms/source/component/ImageButton.cxx @@ -22,7 +22,6 @@ #include <vcl/svapp.hxx> #include <osl/mutex.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/awt/MouseButton.hpp> namespace frm diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index 75020255c08e..59267b953dd7 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -50,7 +50,6 @@ #include <vcl/svapp.hxx> #include <unotools/streamhelper.hxx> #include <comphelper/guarding.hxx> -#include <comphelper/processfactory.hxx> #include <unotools/ucbstreamhelper.hxx> #include <svl/urihelper.hxx> diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 0df243d68b41..8b26bc2dd24b 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -41,7 +41,6 @@ #include <comphelper/basicio.hxx> #include <comphelper/container.hxx> #include <comphelper/numbers.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/listenernotification.hxx> #include <comphelper/sequence.hxx> #include <connectivity/dbtools.hxx> diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx index 73170bea426a..b4c2537c2152 100644 --- a/forms/source/component/Numeric.cxx +++ b/forms/source/component/Numeric.cxx @@ -18,7 +18,6 @@ */ #include "Numeric.hxx" -#include <comphelper/processfactory.hxx> namespace frm { diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx index 049bba3d6858..07d1c9467936 100644 --- a/forms/source/component/Pattern.cxx +++ b/forms/source/component/Pattern.cxx @@ -18,7 +18,6 @@ */ #include "Pattern.hxx" -#include <comphelper/processfactory.hxx> using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx index a60d1390ff54..ee910f0d2578 100644 --- a/forms/source/component/RadioButton.cxx +++ b/forms/source/component/RadioButton.cxx @@ -22,7 +22,6 @@ #include <property.hxx> #include <services.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/awt/XVclWindowPeer.hpp> diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx index ed87e9aa6224..ae993b98584c 100644 --- a/forms/source/component/Time.cxx +++ b/forms/source/component/Time.cxx @@ -21,7 +21,6 @@ #include <tools/time.hxx> #include <connectivity/dbconversion.hxx> #include <com/sun/star/sdbc/DataType.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/util/DateTime.hpp> using namespace dbtools; diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx index cb37115a4188..75b53aee5a24 100644 --- a/forms/source/component/clickableimage.cxx +++ b/forms/source/component/clickableimage.cxx @@ -44,7 +44,6 @@ #include <services.hxx> #include <comphelper/container.hxx> #include <comphelper/listenernotification.hxx> -#include <comphelper/processfactory.hxx> #include <svtools/imageresourceaccess.hxx> #define LOCAL_URL_PREFIX '#' diff --git a/forms/source/component/navigationbar.cxx b/forms/source/component/navigationbar.cxx index 99ac10ac19e8..abc09ef73826 100644 --- a/forms/source/component/navigationbar.cxx +++ b/forms/source/component/navigationbar.cxx @@ -23,7 +23,6 @@ #include <comphelper/streamsection.hxx> #include <comphelper/basicio.hxx> -#include <comphelper/processfactory.hxx> namespace frm { diff --git a/forms/source/helper/urltransformer.cxx b/forms/source/helper/urltransformer.cxx index 218ba86ab9af..fa4655780e44 100644 --- a/forms/source/helper/urltransformer.cxx +++ b/forms/source/helper/urltransformer.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/util/URLTransformer.hpp> #include <tools/debug.hxx> -#include <comphelper/processfactory.hxx> namespace frm diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx index 22f0de5e6279..dbecde1ebdbf 100644 --- a/forms/source/misc/InterfaceContainer.cxx +++ b/forms/source/misc/InterfaceContainer.cxx @@ -52,7 +52,6 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/document/XCodeNameQuery.hpp> #include <ooo/vba/XVBAToOOEventDescGen.hpp> -#include <comphelper/processfactory.hxx> namespace frm { diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx index 94684287a4b2..d1150a7b02b4 100644 --- a/forms/source/runtime/formoperations.cxx +++ b/forms/source/runtime/formoperations.cxx @@ -57,7 +57,6 @@ #include <comphelper/container.hxx> #include <comphelper/property.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/mutex.hxx> diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx index f7c569677899..020f8aa1ac68 100644 --- a/forms/source/solar/component/navbarcontrol.cxx +++ b/forms/source/solar/component/navbarcontrol.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/frame/ModuleManager.hpp> -#include <comphelper/processfactory.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <vcl/svapp.hxx> diff --git a/forms/source/xforms/submission/submission_get.cxx b/forms/source/xforms/submission/submission_get.cxx index 14652d4d28f8..1147e9a1cad6 100644 --- a/forms/source/xforms/submission/submission_get.cxx +++ b/forms/source/xforms/submission/submission_get.cxx @@ -25,7 +25,6 @@ #include <rtl/strbuf.hxx> #include <rtl/string.hxx> #include <osl/file.hxx> -#include <comphelper/processfactory.hxx> #include <ucbhelper/content.hxx> #include <com/sun/star/io/Pipe.hpp> #include <com/sun/star/task/InteractionHandler.hpp> diff --git a/forms/source/xforms/unohelper.cxx b/forms/source/xforms/unohelper.cxx index 2f5fa1538610..6d1469837a75 100644 --- a/forms/source/xforms/unohelper.cxx +++ b/forms/source/xforms/unohelper.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> -#include <comphelper/processfactory.hxx> using com::sun::star::uno::Reference; |