diff options
410 files changed, 16 insertions, 419 deletions
diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index 03f49f978202..b31dad766a58 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/awt/WindowAttribute.hpp> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/Toolkit.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/avmedia/source/avmediadummy.cxx b/avmedia/source/avmediadummy.cxx index 08f66147deec..55dd11721e57 100644 --- a/avmedia/source/avmediadummy.cxx +++ b/avmedia/source/avmediadummy.cxx @@ -34,7 +34,6 @@ #include <ucbhelper/content.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <mediamisc.hxx> diff --git a/avmedia/source/viewer/mediawindow.cxx b/avmedia/source/viewer/mediawindow.cxx index 4d8ad4edec5c..b14148ea37e0 100644 --- a/avmedia/source/viewer/mediawindow.cxx +++ b/avmedia/source/viewer/mediawindow.cxx @@ -27,7 +27,6 @@ #include <vcl/weld.hxx> #include <unotools/pathoptions.hxx> #include <sfx2/filedlghelper.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/media/XManager.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 5e19ef184ffc..787988ca622e 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -44,7 +44,6 @@ #include <basic/codecompletecache.hxx> #include <com/sun/star/reflection/XIdlClass.hpp> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/syntaxhighlight.hxx> #include <com/sun/star/reflection/XIdlReflection.hpp> diff --git a/basctl/source/dlged/dlgedfac.cxx b/basctl/source/dlged/dlgedfac.cxx index beb6ba7bfbbf..a3e7b62ae14e 100644 --- a/basctl/source/dlged/dlgedfac.cxx +++ b/basctl/source/dlged/dlgedfac.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/ScrollBarOrientation.hpp> +#include <comphelper/processfactory.hxx> namespace basctl { diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index c59e69c22289..58f60447c9eb 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/container/XContainerListener.hpp> -#include <comphelper/processfactory.hxx> #include <svx/svdouno.hxx> #include <boost/optional.hpp> diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 95d06630e1d2..20751a1202c0 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -32,7 +32,6 @@ #include <tools/diagnose_ex.h> #include <basic/sbmod.hxx> #include <unotools/intlwrapper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <o3tl/make_unique.hxx> diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index 8b038834d8c7..f29b5c2a5d9f 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -23,7 +23,6 @@ #include <runtime.hxx> #include <i18nlangtag/lang.h> -#include <comphelper/processfactory.hxx> #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> diff --git a/basic/source/sbx/sbxdate.cxx b/basic/source/sbx/sbxdate.cxx index 22afc5635d7c..abf30c202e7d 100644 --- a/basic/source/sbx/sbxdate.cxx +++ b/basic/source/sbx/sbxdate.cxx @@ -29,7 +29,6 @@ #include <runtime.hxx> #include <sbintern.hxx> #include <math.h> -#include <comphelper/processfactory.hxx> #include <memory> #include <config_features.h> diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 4a829e09d8f6..dc598bb05d0f 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -47,7 +47,6 @@ #include <rtl/strbuf.hxx> #include <rtl/character.hxx> #include <svl/zforlist.hxx> -#include <comphelper/processfactory.hxx> #include <o3tl/make_unique.hxx> diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index 822583497cc2..3f391e81b03f 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/task/ErrorCodeIOException.hpp> #include <com/sun/star/script/ModuleType.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx index d9aa1f0fdc67..f2f02898f3b9 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx @@ -35,8 +35,6 @@ #include <vcl/GraphicObject.hxx> #include <vcl/outdev.hxx> -#include <comphelper/processfactory.hxx> - using namespace ::com::sun::star; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index b5d130fbd88b..ec54b118b39f 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -31,7 +31,6 @@ #include <vcl/toolbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/processfactory.hxx> using namespace css; using namespace css::uno; diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx index b9019c523616..4b3b5998abb5 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx @@ -32,7 +32,6 @@ #include <vcl/toolbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/processfactory.hxx> using namespace css; using namespace css::uno; diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx index 023f548b485a..836aaaba3002 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx @@ -38,7 +38,6 @@ #include <vcl/toolbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/processfactory.hxx> #include <ChartModel.hxx> #include <DataSeriesHelper.hxx> diff --git a/chart2/source/tools/NumberFormatterWrapper.cxx b/chart2/source/tools/NumberFormatterWrapper.cxx index 01da37fce6ff..ce801820d837 100644 --- a/chart2/source/tools/NumberFormatterWrapper.cxx +++ b/chart2/source/tools/NumberFormatterWrapper.cxx @@ -18,7 +18,6 @@ */ #include <NumberFormatterWrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svl/numuno.hxx> #include <svl/zformat.hxx> #include <tools/color.hxx> diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx index 8a61d398936f..7da8ec29200f 100644 --- a/comphelper/source/eventattachermgr/eventattachermgr.cxx +++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx @@ -23,7 +23,6 @@ #include <osl/mutex.hxx> #include <osl/diagnose.h> #include <comphelper/eventattachermgr.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/beans/theIntrospection.hpp> #include <com/sun/star/io/XObjectInputStream.hpp> diff --git a/comphelper/source/misc/configurationhelper.cxx b/comphelper/source/misc/configurationhelper.cxx index 59e3248f8b6b..bf97ddff1783 100644 --- a/comphelper/source/misc/configurationhelper.cxx +++ b/comphelper/source/misc/configurationhelper.cxx @@ -18,7 +18,6 @@ */ #include <comphelper/configurationhelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> diff --git a/comphelper/source/misc/mimeconfighelper.cxx b/comphelper/source/misc/mimeconfighelper.cxx index 91e4c5513eb8..f0d93a271d6b 100644 --- a/comphelper/source/misc/mimeconfighelper.cxx +++ b/comphelper/source/misc/mimeconfighelper.cxx @@ -26,7 +26,6 @@ #include <comphelper/fileformat.h> #include <comphelper/mimeconfighelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/classids.hxx> #include <comphelper/sequenceashashmap.hxx> #include <comphelper/documentconstants.hxx> diff --git a/comphelper/source/streaming/seekableinput.cxx b/comphelper/source/streaming/seekableinput.cxx index 3d8c7633f6ef..d7f107eae72d 100644 --- a/comphelper/source/streaming/seekableinput.cxx +++ b/comphelper/source/streaming/seekableinput.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/io/XOutputStream.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/seekableinput.hxx> using namespace ::com::sun::star; diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index c6737a7e07ad..26fcb70bf8ec 100644 --- a/connectivity/source/commontools/dbtools.cxx +++ b/connectivity/source/commontools/dbtools.cxx @@ -66,7 +66,6 @@ #include <comphelper/extract.hxx> #include <comphelper/interaction.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/propertysequence.hxx> #include <connectivity/conncleanup.hxx> diff --git a/connectivity/source/commontools/predicateinput.cxx b/connectivity/source/commontools/predicateinput.cxx index d1cf3b4673dd..fbc9c0bbb40e 100644 --- a/connectivity/source/commontools/predicateinput.cxx +++ b/connectivity/source/commontools/predicateinput.cxx @@ -19,7 +19,6 @@ #include <connectivity/predicateinput.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> #include <com/sun/star/i18n/LocaleData.hpp> diff --git a/connectivity/source/drivers/evoab2/NConnection.cxx b/connectivity/source/drivers/evoab2/NConnection.cxx index 2971992b9dc1..36323fbe5a04 100644 --- a/connectivity/source/drivers/evoab2/NConnection.cxx +++ b/connectivity/source/drivers/evoab2/NConnection.cxx @@ -26,7 +26,6 @@ #include "NStatement.hxx" #include <comphelper/extract.hxx> #include <connectivity/dbexception.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <rtl/ustring.hxx> diff --git a/connectivity/source/drivers/evoab2/NDriver.cxx b/connectivity/source/drivers/evoab2/NDriver.cxx index 6ed8daf0676e..5025e2205bab 100644 --- a/connectivity/source/drivers/evoab2/NDriver.cxx +++ b/connectivity/source/drivers/evoab2/NDriver.cxx @@ -23,7 +23,6 @@ #include <connectivity/dbexception.hxx> #include <osl/file.hxx> #include <osl/security.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx index acd4471dc600..1929c705fce0 100644 --- a/connectivity/source/drivers/hsqldb/HConnection.cxx +++ b/connectivity/source/drivers/hsqldb/HConnection.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/sdbc/XDatabaseMetaData2.hpp> #include <comphelper/listenernotification.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/exc_hlp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/connectivity/source/drivers/hsqldb/HStorageAccess.cxx b/connectivity/source/drivers/hsqldb/HStorageAccess.cxx index 7702ea574342..a559f3d4cad6 100644 --- a/connectivity/source/drivers/hsqldb/HStorageAccess.cxx +++ b/connectivity/source/drivers/hsqldb/HStorageAccess.cxx @@ -18,7 +18,6 @@ */ #include <hsqldb/HStorageAccess.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/io/XStream.hpp> diff --git a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx index f16a30bd8a82..56c0fbdf6856 100644 --- a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx +++ b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx @@ -27,7 +27,6 @@ #include <cppuhelper/component_context.hxx> #include "accesslog.hxx" #include <com/sun/star/embed/XTransactedObject.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/document/XDocumentSubStorageSupplier.hpp> diff --git a/connectivity/source/drivers/mork/MConnection.cxx b/connectivity/source/drivers/mork/MConnection.cxx index 74a1d1f7ec63..201fa7a9a7ad 100644 --- a/connectivity/source/drivers/mork/MConnection.cxx +++ b/connectivity/source/drivers/mork/MConnection.cxx @@ -20,8 +20,6 @@ #include <com/sun/star/sdbc/TransactionIsolation.hpp> -#include <comphelper/processfactory.hxx> - using namespace dbtools; diff --git a/connectivity/source/drivers/odbc/OPreparedStatement.cxx b/connectivity/source/drivers/odbc/OPreparedStatement.cxx index 7c8727539e60..241a0d8e5f0a 100644 --- a/connectivity/source/drivers/odbc/OPreparedStatement.cxx +++ b/connectivity/source/drivers/odbc/OPreparedStatement.cxx @@ -29,7 +29,6 @@ #include <odbc/OResultSet.hxx> #include <odbc/OResultSetMetaData.hxx> #include <cppuhelper/typeprovider.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <connectivity/dbtools.hxx> diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 3ca3c90131ad..cdd78496ad6c 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -48,7 +48,6 @@ #include <com/sun/star/util/Date.hpp> #include <TConnection.hxx> #include <comphelper/numbers.hxx> -#include <comphelper/processfactory.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbmetadata.hxx> #include <tools/diagnose_ex.h> diff --git a/cppcanvas/qa/unit/test.cxx b/cppcanvas/qa/unit/test.cxx index 183ba398242a..5da7a0d85201 100644 --- a/cppcanvas/qa/unit/test.cxx +++ b/cppcanvas/qa/unit/test.cxx @@ -17,7 +17,6 @@ #include <vcl/wrkwin.hxx> #include <vcl/canvastools.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 1b9d9957e641..3d6be7d6acd5 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -35,7 +35,6 @@ #include <editeng/splwrap.hxx> #include <linguistic/lngprops.hxx> #include <linguistic/misc.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceDisplayName.hpp> diff --git a/cui/source/dialogs/hlmailtp.cxx b/cui/source/dialogs/hlmailtp.cxx index 1362c0c984ba..f3f9cbc9ed39 100644 --- a/cui/source/dialogs/hlmailtp.cxx +++ b/cui/source/dialogs/hlmailtp.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <sfx2/request.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> #include <unotools/pathoptions.hxx> #include <unotools/moduleoptions.hxx> diff --git a/cui/source/dialogs/postdlg.cxx b/cui/source/dialogs/postdlg.cxx index a79630834e9e..986d6a11eb4f 100644 --- a/cui/source/dialogs/postdlg.cxx +++ b/cui/source/dialogs/postdlg.cxx @@ -25,7 +25,6 @@ #include <svl/itemset.hxx> #include <unotools/useroptions.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svx/svxids.hrc> #include <svx/postattr.hxx> diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 3bd8b5cfd451..3a5e1eeee285 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -39,7 +39,6 @@ #include <svtools/langtab.hxx> #include <unotools/lingucfg.hxx> #include <i18nlangtag/mslangid.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <osl/file.hxx> #include <o3tl/make_unique.hxx> diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 51165c9e1d45..69f42cae7aee 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -33,7 +33,6 @@ #include <svtools/svmedit.hxx> #include <comphelper/documentinfo.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexContainer.hpp> diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index 4b40959ec0e5..672617a4ee64 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -29,7 +29,6 @@ #include <vcl/field.hxx> #include <vcl/weld.hxx> #include <svl/eitem.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> diff --git a/cui/source/options/optasian.cxx b/cui/source/options/optasian.cxx index fa726c30562c..f081f49269d9 100644 --- a/cui/source/options/optasian.cxx +++ b/cui/source/options/optasian.cxx @@ -34,7 +34,6 @@ #include <sfx2/objsh.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <comphelper/processfactory.hxx> #include <unotools/localedatawrapper.hxx> using namespace com::sun::star::uno; diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx index c28f06399572..31194b4ab9db 100644 --- a/cui/source/options/optdict.cxx +++ b/cui/source/options/optdict.cxx @@ -23,7 +23,6 @@ #include <sfx2/sfxuno.hxx> #include <svl/eitem.hxx> #include <com/sun/star/frame/XStorable.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <unotools/intlwrapper.hxx> #include <vcl/svapp.hxx> diff --git a/cui/source/tabpages/tabstpge.cxx b/cui/source/tabpages/tabstpge.cxx index d66e4e550c2f..2a02244fa0f2 100644 --- a/cui/source/tabpages/tabstpge.cxx +++ b/cui/source/tabpages/tabstpge.cxx @@ -30,7 +30,6 @@ #include <sfx2/module.hxx> #include <svl/cjkoptions.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/request.hxx> #include <svl/intitem.hxx> diff --git a/dbaccess/qa/extras/dialog-save.cxx b/dbaccess/qa/extras/dialog-save.cxx index cf1e949ae6c6..e9194a0e6e7d 100644 --- a/dbaccess/qa/extras/dialog-save.cxx +++ b/dbaccess/qa/extras/dialog-save.cxx @@ -29,7 +29,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/sfxmodelfactory.hxx> #include <svl/intitem.hxx> -#include <comphelper/processfactory.hxx> #include <basic/sbxdef.hxx> diff --git a/dbaccess/qa/extras/empty-stdlib-save.cxx b/dbaccess/qa/extras/empty-stdlib-save.cxx index 42c1783ac3fd..648ffb29a1ef 100644 --- a/dbaccess/qa/extras/empty-stdlib-save.cxx +++ b/dbaccess/qa/extras/empty-stdlib-save.cxx @@ -29,7 +29,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/sfxmodelfactory.hxx> #include <svl/intitem.hxx> -#include <comphelper/processfactory.hxx> #include <basic/sbxdef.hxx> diff --git a/dbaccess/qa/extras/nolib-save.cxx b/dbaccess/qa/extras/nolib-save.cxx index 16b63c5cd30a..e42784c9800d 100644 --- a/dbaccess/qa/extras/nolib-save.cxx +++ b/dbaccess/qa/extras/nolib-save.cxx @@ -29,7 +29,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/sfxmodelfactory.hxx> #include <svl/intitem.hxx> -#include <comphelper/processfactory.hxx> #include <basic/sbxdef.hxx> diff --git a/dbaccess/qa/extras/rowsetclones.cxx b/dbaccess/qa/extras/rowsetclones.cxx index 28ea38f2bd38..433bf328864b 100644 --- a/dbaccess/qa/extras/rowsetclones.cxx +++ b/dbaccess/qa/extras/rowsetclones.cxx @@ -30,7 +30,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/sfxmodelfactory.hxx> #include <svl/intitem.hxx> -#include <comphelper/processfactory.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/dbaccess/qa/unit/dbtest_base.cxx b/dbaccess/qa/unit/dbtest_base.cxx index 3541715f6b49..72f4e9b685f1 100644 --- a/dbaccess/qa/unit/dbtest_base.cxx +++ b/dbaccess/qa/unit/dbtest_base.cxx @@ -11,7 +11,6 @@ #include <cppunit/TestAssert.h> -#include <comphelper/processfactory.hxx> #include <test/unoapi_test.hxx> #include <unotools/tempfile.hxx> #include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp> diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index 3d4e58a93c6b..19667868b8d2 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -55,7 +55,6 @@ #include <com/sun/star/uno/XNamingService.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/interaction.hxx> #include <comphelper/property.hxx> #include <comphelper/seqstream.hxx> diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx index dcd61f42f7e8..f55d8c3e48d4 100644 --- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx +++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx @@ -44,7 +44,6 @@ #include <com/sun/star/uno/XAggregation.hpp> #include <com/sun/star/util/NumberFormatter.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/dbaccess/source/core/api/querycomposer.cxx b/dbaccess/source/core/api/querycomposer.cxx index cfd8388963b0..d000aabe3329 100644 --- a/dbaccess/source/core/api/querycomposer.cxx +++ b/dbaccess/source/core/api/querycomposer.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/lang/ServiceNotRegisteredException.hpp> #include <comphelper/sequence.hxx> #include <com/sun/star/uno/XAggregation.hpp> -#include <comphelper/processfactory.hxx> #include <stringconstants.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/dbaccess/source/core/dataaccess/documentcontainer.cxx b/dbaccess/source/core/dataaccess/documentcontainer.cxx index ba9d44f70aa7..890361b481e9 100644 --- a/dbaccess/source/core/dataaccess/documentcontainer.cxx +++ b/dbaccess/source/core/dataaccess/documentcontainer.cxx @@ -32,7 +32,6 @@ #include "datasource.hxx" #include <comphelper/classids.hxx> #include <comphelper/mimeconfighelper.hxx> -#include <comphelper/processfactory.hxx> #include <connectivity/sqlerror.hxx> #include <core_resource.hxx> #include <strings.hrc> diff --git a/dbaccess/source/core/dataaccess/myucp_resultset.cxx b/dbaccess/source/core/dataaccess/myucp_resultset.cxx index 2b4fa331c788..67c1ad7c8b4b 100644 --- a/dbaccess/source/core/dataaccess/myucp_resultset.cxx +++ b/dbaccess/source/core/dataaccess/myucp_resultset.cxx @@ -28,7 +28,6 @@ #include "myucp_datasupplier.hxx" #include "myucp_resultset.hxx" -#include <comphelper/processfactory.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::ucb; diff --git a/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx b/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx index 847f2c91131e..af2b7061106f 100644 --- a/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx +++ b/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx @@ -27,7 +27,6 @@ #include <strings.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <svl/filenotation.hxx> #include <unotools/pathoptions.hxx> diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index 342de47f7ec5..928a67378a6b 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -21,7 +21,6 @@ #include "AppController.hxx" #include <comphelper/sequence.hxx> #include <comphelper/property.hxx> -#include <comphelper/processfactory.hxx> #include <core_resource.hxx> #include <stringconstants.hxx> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx b/dbaccess/source/ui/app/AppControllerGen.cxx index 98daf558b3cf..fa367c373862 100644 --- a/dbaccess/source/ui/app/AppControllerGen.cxx +++ b/dbaccess/source/ui/app/AppControllerGen.cxx @@ -51,7 +51,6 @@ #include <com/sun/star/util/XRefreshable.hpp> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/processfactory.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/sqlerror.hxx> diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx index e42ca5a4df06..aec4f4abc30b 100644 --- a/dbaccess/source/ui/app/AppDetailView.cxx +++ b/dbaccess/source/ui/app/AppDetailView.cxx @@ -44,7 +44,6 @@ #include <algorithm> #include <dbtreelistbox.hxx> #include <imageprovider.hxx> -#include <comphelper/processfactory.hxx> #include "AppController.hxx" using namespace ::dbaui; diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index fc03605fc880..ea4f6d098364 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -69,7 +69,6 @@ #include <comphelper/enumhelper.hxx> #include <comphelper/extract.hxx> #include <comphelper/interaction.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <comphelper/string.hxx> #include <connectivity/dbexception.hxx> diff --git a/dbaccess/source/ui/browser/dbexchange.cxx b/dbaccess/source/ui/browser/dbexchange.cxx index 8b1bf8af97eb..e5f673c81643 100644 --- a/dbaccess/source/ui/browser/dbexchange.cxx +++ b/dbaccess/source/ui/browser/dbexchange.cxx @@ -28,7 +28,6 @@ #include <comphelper/uno3.hxx> #include <svx/dataaccessdescriptor.hxx> #include <UITools.hxx> -#include <comphelper/processfactory.hxx> namespace dbaui { diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 0081edd43106..1155b1ff93c9 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -29,7 +29,6 @@ #include <osl/diagnose.h> #include <stringconstants.hxx> #include <vcl/stdtext.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/typeprovider.hxx> #include <framework/titlehelper.hxx> #include <comphelper/sequence.hxx> diff --git a/dbaccess/source/ui/control/ColumnControlWindow.cxx b/dbaccess/source/ui/control/ColumnControlWindow.cxx index 2be239bdf798..bf649ae486bb 100644 --- a/dbaccess/source/ui/control/ColumnControlWindow.cxx +++ b/dbaccess/source/ui/control/ColumnControlWindow.cxx @@ -25,7 +25,6 @@ #include <core_resource.hxx> #include <dbu_pageids.hxx> #include <strings.hrc> -#include <comphelper/processfactory.hxx> #include <com/sun/star/util/NumberFormatter.hpp> using namespace ::dbaui; diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx index 764d4d43de0c..a13aafa9b987 100644 --- a/dbaccess/source/ui/dlg/CollectionView.cxx +++ b/dbaccess/source/ui/dlg/CollectionView.cxx @@ -23,7 +23,6 @@ #include <core_resource.hxx> #include <dbu_dlg.hxx> #include <strings.hrc> -#include <comphelper/processfactory.hxx> #include <comphelper/interaction.hxx> #include <comphelper/propertysequence.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx b/dbaccess/source/ui/dlg/DbAdminImpl.cxx index 750bc79f6077..be9102c5e922 100644 --- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx +++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx @@ -54,7 +54,6 @@ #include <comphelper/guarding.hxx> #include <comphelper/interaction.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/sequence.hxx> #include <comphelper/string.hxx> diff --git a/dbaccess/source/ui/dlg/RelationDlg.cxx b/dbaccess/source/ui/dlg/RelationDlg.cxx index abe866ef59eb..74671499048b 100644 --- a/dbaccess/source/ui/dlg/RelationDlg.cxx +++ b/dbaccess/source/ui/dlg/RelationDlg.cxx @@ -34,7 +34,6 @@ #include <RTableConnectionData.hxx> #include <RelationControl.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/processfactory.hxx> #include <algorithm> diff --git a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx index b39c45a07f7b..65f95fdf689f 100644 --- a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx +++ b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx @@ -21,7 +21,6 @@ #include "DbAdminImpl.hxx" #include "tablespage.hxx" #include <dsitems.hxx> -#include <comphelper/processfactory.hxx> #include <propertysetitem.hxx> diff --git a/dbaccess/source/ui/dlg/UserAdmin.cxx b/dbaccess/source/ui/dlg/UserAdmin.cxx index 645c6847d261..84869c3f3ee9 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.cxx +++ b/dbaccess/source/ui/dlg/UserAdmin.cxx @@ -21,7 +21,6 @@ #include <UITools.hxx> #include <dbu_dlg.hxx> #include <comphelper/types.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp> #include <com/sun/star/sdbcx/XUsersSupplier.hpp> diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx index 89e083de9127..59b7303aeb4c 100644 --- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx +++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx @@ -29,7 +29,6 @@ #include "UserAdmin.hxx" #include <UserAdminDlg.hxx> -#include <comphelper/processfactory.hxx> #include <connectivity/dbmetadata.hxx> #include <cppuhelper/exc_hlp.hxx> #include <svl/eitem.hxx> diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index ac3dac1cf3a3..2f216bcfb78b 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -74,7 +74,6 @@ #include <svl/filenotation.hxx> #include <comphelper/interaction.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx index c933252a031a..1711710d51d8 100644 --- a/dbaccess/source/ui/dlg/dsselect.cxx +++ b/dbaccess/source/ui/dlg/dsselect.cxx @@ -28,7 +28,6 @@ #include <stringconstants.hxx> #include <comphelper/extract.hxx> #include <comphelper/types.hxx> -#include <comphelper/processfactory.hxx> #include <dsitems.hxx> #include <svl/stritem.hxx> #include <svl/intitem.hxx> diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx index ea2e7640459b..c857ab8f387e 100644 --- a/dbaccess/source/ui/dlg/paramdialog.cxx +++ b/dbaccess/source/ui/dlg/paramdialog.cxx @@ -25,7 +25,6 @@ #include <commontypes.hxx> #include <com/sun/star/util/NumberFormatter.hpp> #include <com/sun/star/sdbc/DataType.hpp> -#include <comphelper/processfactory.hxx> #include <connectivity/dbtools.hxx> #include <stringconstants.hxx> #include <vcl/svapp.hxx> diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index a6011aac205b..d45860e4e6a8 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -47,7 +47,6 @@ #include <svtools/treelistentry.hxx> #include <TablesSingleDlg.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <cppuhelper/exc_hlp.hxx> namespace dbaui diff --git a/dbaccess/source/ui/misc/TableCopyHelper.cxx b/dbaccess/source/ui/misc/TableCopyHelper.cxx index 9dd156bbb27d..a3cc4546c196 100644 --- a/dbaccess/source/ui/misc/TableCopyHelper.cxx +++ b/dbaccess/source/ui/misc/TableCopyHelper.cxx @@ -41,7 +41,6 @@ #include <unotools/ucbhelper.hxx> #include <tools/urlobj.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbcx/XViewsSupplier.hpp> #include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp> diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx b/dbaccess/source/ui/misc/TokenWriter.cxx index 4cc780f07616..ab9e5b29be22 100644 --- a/dbaccess/source/ui/misc/TokenWriter.cxx +++ b/dbaccess/source/ui/misc/TokenWriter.cxx @@ -26,7 +26,6 @@ #include <HtmlReader.hxx> #include <stringconstants.hxx> #include <strings.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx index 41b0e9194f61..8f48e784d4ab 100644 --- a/dbaccess/source/ui/misc/UITools.cxx +++ b/dbaccess/source/ui/misc/UITools.cxx @@ -68,7 +68,6 @@ #include <com/sun/star/awt/FontWidth.hpp> #include <TypeInfo.hxx> #include <FieldDescriptions.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/stl_types.hxx> #include <comphelper/propertysequence.hxx> diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index b989d3ab0f04..191708821273 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -47,7 +47,6 @@ #include <com/sun/star/task/InteractionHandler.hpp> #include <comphelper/extract.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> #include <comphelper/interaction.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/ui/misc/datasourceconnector.cxx b/dbaccess/source/ui/misc/datasourceconnector.cxx index 726c83fb3016..dbb566b9832e 100644 --- a/dbaccess/source/ui/misc/datasourceconnector.cxx +++ b/dbaccess/source/ui/misc/datasourceconnector.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/sdbc/SQLWarning.hpp> #include <osl/thread.h> -#include <comphelper/processfactory.hxx> #include <comphelper/extract.hxx> #include <comphelper/namedvaluecollection.hxx> #include <connectivity/dbexception.hxx> diff --git a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx index b3935df22d6c..4c9b1cb156d6 100644 --- a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx +++ b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx @@ -36,7 +36,6 @@ #include <com/sun/star/util/NumberFormatter.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx index b43fe25ba44d..87553e1f981a 100644 --- a/dbaccess/source/ui/querydesign/JoinTableView.cxx +++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx @@ -42,7 +42,6 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <UITools.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/processfactory.hxx> #include <tools/diagnose_ex.h> #include <algorithm> #include <functional> diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx index 53ccb007dd8e..bb025af9693f 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.cxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx @@ -18,7 +18,6 @@ */ #include "TEditControl.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdbcx/XAlterTable.hpp> diff --git a/dbaccess/source/ui/uno/unoadmin.cxx b/dbaccess/source/ui/uno/unoadmin.cxx index 51abc7e5a208..5e1497a82805 100644 --- a/dbaccess/source/ui/uno/unoadmin.cxx +++ b/dbaccess/source/ui/uno/unoadmin.cxx @@ -23,7 +23,6 @@ #include <unoadmin.hxx> #include <dbadmin.hxx> #include <comphelper/extract.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/typeprovider.hxx> #include <comphelper/property.hxx> diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index b70e3d5396c0..a0fabc9bdaf6 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -41,7 +41,6 @@ #include <osl/conditn.hxx> #include <unotools/moduleoptions.hxx> #include <rtl/strbuf.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/file.hxx> #include <rtl/process.h> diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx index 195fafa4a183..0c93fed3d6db 100644 --- a/desktop/source/deployment/manager/dp_extensionmanager.cxx +++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <xmlscript/xml_helper.hxx> #include <osl/diagnose.h> diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx index 2b6baa16ab65..d52137aa7c5d 100644 --- a/desktop/source/migration/services/oo3extensionmigration.cxx +++ b/desktop/source/migration/services/oo3extensionmigration.cxx @@ -27,7 +27,6 @@ #include <unotools/bootstrap.hxx> #include <unotools/textsearch.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <ucbhelper/content.hxx> diff --git a/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx b/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx index 9d0dd000bc6a..77c746c22d2d 100644 --- a/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx +++ b/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx @@ -27,7 +27,6 @@ #include <comphelper/sequence.hxx> #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> -#include <comphelper/processfactory.hxx> #include <drawinglayer/geometry/viewinformation2d.hxx> #include <basegfx/numeric/ftools.hxx> #include <vcl/bitmapex.hxx> diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx index 2b84729199f6..2b3f5ff2e890 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.cxx +++ b/dtrans/source/win32/dtobj/DOTransferable.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <comphelper/processfactory.hxx> using namespace std; using namespace osl; diff --git a/dtrans/source/win32/dtobj/XTDataObject.cxx b/dtrans/source/win32/dtobj/XTDataObject.cxx index c825d96f1df8..2fba02835ec1 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.cxx +++ b/dtrans/source/win32/dtobj/XTDataObject.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/awt/AsyncCallback.hpp> #include <com/sun/star/awt/XCallback.hpp> #include "FmtFilter.hxx" -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #if !defined WIN32_LEAN_AND_MEAN diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index 1d1ca663ee14..ae4290f7eeb9 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -57,7 +57,6 @@ #include <com/sun/star/text/CharacterCompressionType.hpp> #include <com/sun/star/i18n/InputSequenceCheckMode.hpp> -#include <comphelper/processfactory.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx index 5b318a8b26c0..625db860123d 100644 --- a/editeng/source/items/paraitem.cxx +++ b/editeng/source/items/paraitem.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/style/LineSpacingMode.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <comphelper/extract.hxx> #include <osl/diagnose.h> #include <unotools/syslocale.hxx> diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 1e7264bf275d..e0774697b31f 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -24,7 +24,6 @@ #include <set> #include <map> -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/i18n/BreakIterator.hpp> #include <com/sun/star/i18n/ScriptType.hpp> diff --git a/embeddedobj/source/commonembedding/embedobj.cxx b/embeddedobj/source/commonembedding/embedobj.cxx index 5357d21a88e6..5eb943273fdf 100644 --- a/embeddedobj/source/commonembedding/embedobj.cxx +++ b/embeddedobj/source/commonembedding/embedobj.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/embed/EmbedMisc.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <comphelper/lok.hxx> diff --git a/embeddedobj/source/commonembedding/miscobj.cxx b/embeddedobj/source/commonembedding/miscobj.cxx index 69ac5fd0c8be..912cf3a80611 100644 --- a/embeddedobj/source/commonembedding/miscobj.cxx +++ b/embeddedobj/source/commonembedding/miscobj.cxx @@ -31,7 +31,6 @@ #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/interfacecontainer.h> #include <comphelper/mimeconfighelper.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> diff --git a/embeddedobj/source/commonembedding/persistence.cxx b/embeddedobj/source/commonembedding/persistence.cxx index 6c820f851ab2..19b5c5b09ea6 100644 --- a/embeddedobj/source/commonembedding/persistence.cxx +++ b/embeddedobj/source/commonembedding/persistence.cxx @@ -50,7 +50,6 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/mimeconfighelper.hxx> #include <comphelper/namedvaluecollection.hxx> diff --git a/emfio/qa/cppunit/emf/EmfImportTest.cxx b/emfio/qa/cppunit/emf/EmfImportTest.cxx index 9611db65f9af..2c1cad733f06 100644 --- a/emfio/qa/cppunit/emf/EmfImportTest.cxx +++ b/emfio/qa/cppunit/emf/EmfImportTest.cxx @@ -13,7 +13,6 @@ #include <test/primitive2dxmldump.hxx> #include <test/xmltesttools.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index 1236cac6decf..e58f37b95fae 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -21,7 +21,6 @@ #include <helpids.h> #include <strings.hrc> #include <componentmodule.hxx> -#include <comphelper/processfactory.hxx> #include <tools/debug.hxx> #include "typeselectionpage.hxx" #include "admininvokationpage.hxx" diff --git a/extensions/source/abpilot/admininvokationpage.cxx b/extensions/source/abpilot/admininvokationpage.cxx index 16c955b3f217..4cd97989a108 100644 --- a/extensions/source/abpilot/admininvokationpage.cxx +++ b/extensions/source/abpilot/admininvokationpage.cxx @@ -20,7 +20,6 @@ #include "admininvokationpage.hxx" #include "abspilot.hxx" #include "admininvokationimpl.hxx" -#include <comphelper/processfactory.hxx> namespace abp { diff --git a/extensions/source/abpilot/fieldmappingpage.cxx b/extensions/source/abpilot/fieldmappingpage.cxx index d805d5749f19..a5ce91af2c09 100644 --- a/extensions/source/abpilot/fieldmappingpage.cxx +++ b/extensions/source/abpilot/fieldmappingpage.cxx @@ -21,7 +21,6 @@ #include "fieldmappingimpl.hxx" #include "addresssettings.hxx" #include "abspilot.hxx" -#include <comphelper/processfactory.hxx> namespace abp diff --git a/extensions/source/abpilot/typeselectionpage.cxx b/extensions/source/abpilot/typeselectionpage.cxx index 606b4ae9df32..d4decd9dc995 100644 --- a/extensions/source/abpilot/typeselectionpage.cxx +++ b/extensions/source/abpilot/typeselectionpage.cxx @@ -24,7 +24,6 @@ #include <vcl/weld.hxx> #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/sdbc/DriverManager.hpp> -#include <comphelper/processfactory.hxx> namespace abp { diff --git a/extensions/source/abpilot/unodialogabp.cxx b/extensions/source/abpilot/unodialogabp.cxx index 28f7924db0f4..cddac1a81240 100644 --- a/extensions/source/abpilot/unodialogabp.cxx +++ b/extensions/source/abpilot/unodialogabp.cxx @@ -20,7 +20,6 @@ #include "unodialogabp.hxx" #include <cppuhelper/typeprovider.hxx> #include "abspilot.hxx" -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #define PROPERTY_ID_DATASOURCENAME 3 diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index bc4897565038..b5e4e289da51 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/sdbc/SQLWarning.hpp> #include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/task/InteractionHandler.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> #include <comphelper/interaction.hxx> diff --git a/extensions/source/propctrlr/formlinkdialog.cxx b/extensions/source/propctrlr/formlinkdialog.cxx index db66cbce1366..b9ecb6d92fc7 100644 --- a/extensions/source/propctrlr/formlinkdialog.cxx +++ b/extensions/source/propctrlr/formlinkdialog.cxx @@ -32,7 +32,6 @@ #include <connectivity/dbtools.hxx> #include <connectivity/dbexception.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> diff --git a/extensions/source/update/feed/test/updatefeedtest.cxx b/extensions/source/update/feed/test/updatefeedtest.cxx index 4c5efc97c5ba..d3194c6a68d0 100644 --- a/extensions/source/update/feed/test/updatefeedtest.cxx +++ b/extensions/source/update/feed/test/updatefeedtest.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> - #include <cppuhelper/servicefactory.hxx> #include <cppuhelper/bootstrap.hxx> diff --git a/filter/source/graphic/GraphicExportFilter.hxx b/filter/source/graphic/GraphicExportFilter.hxx index 22a1a98a1f61..17c18af332f2 100644 --- a/filter/source/graphic/GraphicExportFilter.hxx +++ b/filter/source/graphic/GraphicExportFilter.hxx @@ -24,9 +24,9 @@ #include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/io/XOutputStream.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase.hxx> -#include <comphelper/processfactory.hxx> namespace com { namespace sun { namespace star { namespace drawing { diff --git a/filter/source/pdf/pdffilter.cxx b/filter/source/pdf/pdffilter.cxx index 21feeb426b0f..5bddb7e1f671 100644 --- a/filter/source/pdf/pdffilter.cxx +++ b/filter/source/pdf/pdffilter.cxx @@ -19,6 +19,7 @@ #include "pdffilter.hxx" #include "pdfexport.hxx" +#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> diff --git a/filter/source/pdf/pdffilter.hxx b/filter/source/pdf/pdffilter.hxx index 96a040333270..1ef549d62cf0 100644 --- a/filter/source/pdf/pdffilter.hxx +++ b/filter/source/pdf/pdffilter.hxx @@ -32,10 +32,10 @@ #include <comphelper/property.hxx> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <osl/diagnose.h> #include <rtl/process.h> -#include <comphelper/processfactory.hxx> #include <unotools/tempfile.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/streamwrap.hxx> diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx index e64ef5ee063f..ed8c632a6535 100644 --- a/filter/source/svg/svgfilter.cxx +++ b/filter/source/svg/svgfilter.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/drawing/framework/XResource.hpp> #include <com/sun/star/drawing/framework/XView.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/mediadescriptor.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx index 1ba58c3d6420..51ef81573fb1 100644 --- a/filter/source/svg/svgfilter.hxx +++ b/filter/source/svg/svgfilter.hxx @@ -37,7 +37,6 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolygonclipper.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/flditem.hxx> #include <unotools/tempfile.hxx> #include <unotools/streamwrap.hxx> diff --git a/filter/source/svg/svgreader.cxx b/filter/source/svg/svgreader.cxx index bc78d0cce10a..1bffc82e9190 100644 --- a/filter/source/svg/svgreader.cxx +++ b/filter/source/svg/svgreader.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/xml/dom/DocumentBuilder.hpp> #include <com/sun/star/xml/dom/NodeType.hpp> -#include <comphelper/processfactory.hxx> #include <basegfx/polygon/b2dpolygoncutandtouch.hxx> #include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <unotools/streamwrap.hxx> diff --git a/filter/source/xsltdialog/typedetectionimport.cxx b/filter/source/xsltdialog/typedetectionimport.cxx index bdfd039e5875..2fa37c8c40eb 100644 --- a/filter/source/xsltdialog/typedetectionimport.cxx +++ b/filter/source/xsltdialog/typedetectionimport.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <comphelper/processfactory.hxx> #include "typedetectionimport.hxx" #include "xmlfiltersettingsdialog.hxx" diff --git a/filter/source/xsltdialog/xmlfilterjar.cxx b/filter/source/xsltdialog/xmlfilterjar.cxx index deb83c62ec43..ae221ae07278 100644 --- a/filter/source/xsltdialog/xmlfilterjar.cxx +++ b/filter/source/xsltdialog/xmlfilterjar.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/util/XChangesBatch.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/oslfile2streamwrap.hxx> #include <comphelper/storagehelper.hxx> #include <osl/file.hxx> diff --git a/filter/source/xsltfilter/OleHandler.cxx b/filter/source/xsltfilter/OleHandler.cxx index 4a1d1c8f1cd1..63728d54d5f3 100644 --- a/filter/source/xsltfilter/OleHandler.cxx +++ b/filter/source/xsltfilter/OleHandler.cxx @@ -31,7 +31,6 @@ #include <cppuhelper/factory.hxx> #include <comphelper/base64.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/container/XNameContainer.hpp> 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; diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index eeefd5b625f8..39c6e4342375 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -59,7 +59,6 @@ #include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp> #include <com/sun/star/sheet/XFormulaParser.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <map> diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index 11a229188661..f3b96051a1e8 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -39,7 +39,6 @@ #include "OfficeControlAccess.hxx" #include "fpsmartcontent.hxx" #include <comphelper/configuration.hxx> -#include <comphelper/processfactory.hxx> #include "fpdialogbase.hxx" #include <o3tl/typed_flags_set.hxx> diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx index c9071db403f6..e736df90a40e 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <osl/file.hxx> diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index c7e5279ba46e..ed79058194ab 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -39,7 +39,6 @@ #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <unotools/moduleoptions.hxx> -#include <comphelper/processfactory.hxx> using namespace com::sun::star; diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx index 4f7423c36a11..69dadf214b6d 100644 --- a/framework/source/dispatch/startmoduledispatcher.cxx +++ b/framework/source/dispatch/startmoduledispatcher.cxx @@ -35,7 +35,6 @@ #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include <unotools/moduleoptions.hxx> -#include <comphelper/processfactory.hxx> namespace framework{ diff --git a/framework/source/dispatch/systemexec.cxx b/framework/source/dispatch/systemexec.cxx index ba9ae4c2c562..a9da0d5a99c4 100644 --- a/framework/source/dispatch/systemexec.cxx +++ b/framework/source/dispatch/systemexec.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/frame/DispatchResultState.hpp> #include <vcl/svapp.hxx> -#include <comphelper/processfactory.hxx> namespace framework{ diff --git a/framework/source/dispatch/windowcommanddispatch.cxx b/framework/source/dispatch/windowcommanddispatch.cxx index adfce4908101..ad953a6915bf 100644 --- a/framework/source/dispatch/windowcommanddispatch.cxx +++ b/framework/source/dispatch/windowcommanddispatch.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -#include <comphelper/processfactory.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include <vcl/commandevent.hxx> diff --git a/framework/source/fwe/helper/actiontriggerhelper.cxx b/framework/source/fwe/helper/actiontriggerhelper.cxx index ce06efdaef58..efd1fd403521 100644 --- a/framework/source/fwe/helper/actiontriggerhelper.cxx +++ b/framework/source/fwe/helper/actiontriggerhelper.cxx @@ -29,7 +29,6 @@ #include <vcl/svapp.hxx> #include <tools/stream.hxx> #include <cppuhelper/weak.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/dibtools.hxx> const sal_uInt16 START_ITEMID = 1000; diff --git a/framework/source/fwe/xml/menuconfiguration.cxx b/framework/source/fwe/xml/menuconfiguration.cxx index dead1239926f..1057119bc572 100644 --- a/framework/source/fwe/xml/menuconfiguration.cxx +++ b/framework/source/fwe/xml/menuconfiguration.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/xml/sax/Writer.hpp> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> -#include <comphelper/processfactory.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/framework/source/fwe/xml/statusbarconfiguration.cxx b/framework/source/fwe/xml/statusbarconfiguration.cxx index 036ebb8c7852..eff42bd7c85f 100644 --- a/framework/source/fwe/xml/statusbarconfiguration.cxx +++ b/framework/source/fwe/xml/statusbarconfiguration.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> using namespace ::com::sun::star::uno; diff --git a/framework/source/fwe/xml/toolboxconfiguration.cxx b/framework/source/fwe/xml/toolboxconfiguration.cxx index d9c41b81c536..3c4d8c117e21 100644 --- a/framework/source/fwe/xml/toolboxconfiguration.cxx +++ b/framework/source/fwe/xml/toolboxconfiguration.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> using namespace ::com::sun::star::uno; diff --git a/framework/source/fwi/helper/mischelper.cxx b/framework/source/fwi/helper/mischelper.cxx index e3a05db09fe9..91e864c9d99c 100644 --- a/framework/source/fwi/helper/mischelper.cxx +++ b/framework/source/fwi/helper/mischelper.cxx @@ -26,7 +26,6 @@ #include <vcl/svapp.hxx> #include <i18nlangtag/languagetag.hxx> #include <svtools/langtab.hxx> -#include <comphelper/processfactory.hxx> #include <helper/mischelper.hxx> #include <services.h> diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx index dd9aae892c36..ecec7f39d63c 100644 --- a/framework/source/helper/persistentwindowstate.cxx +++ b/framework/source/helper/persistentwindowstate.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/frame/ModuleManager.hpp> #include <comphelper/lok.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/configurationhelper.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx index 613d759e9d5f..94a27ba47c2b 100644 --- a/framework/source/helper/titlebarupdate.cxx +++ b/framework/source/helper/titlebarupdate.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/frame/XTitleChangeBroadcaster.hpp> #include <com/sun/star/beans/NamedValue.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> #include <unotools/configmgr.hxx> #include <unotools/bootstrap.hxx> diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 9faf4be6bf8c..56a2fc15d403 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -27,8 +27,8 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> -#include <comphelper/processfactory.hxx> #include <i18nlangtag/languagetag.hxx> namespace framework diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index e0df5442e5af..521e06abdbe9 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/jobs/shelljob.cxx b/framework/source/jobs/shelljob.cxx index 9d74cf9bbc3a..e9df9737a615 100644 --- a/framework/source/jobs/shelljob.cxx +++ b/framework/source/jobs/shelljob.cxx @@ -29,7 +29,6 @@ #include <osl/process.h> #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> // include interfaces diff --git a/framework/source/layoutmanager/helpers.cxx b/framework/source/layoutmanager/helpers.cxx index bf7af5e4a75d..2227dd2a1e60 100644 --- a/framework/source/layoutmanager/helpers.cxx +++ b/framework/source/layoutmanager/helpers.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/awt/XWindowListener.hpp> #include <com/sun/star/ui/XUIElement.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/mediadescriptor.hxx> #include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx index f03b50500827..3eed6268f3f0 100644 --- a/framework/source/layoutmanager/layoutmanager.cxx +++ b/framework/source/layoutmanager/layoutmanager.cxx @@ -60,7 +60,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/lok.hxx> #include <svtools/imgdef.hxx> #include <tools/diagnose_ex.h> diff --git a/framework/source/recording/dispatchrecorder.cxx b/framework/source/recording/dispatchrecorder.cxx index 1c2d07a25a47..3887eac49779 100644 --- a/framework/source/recording/dispatchrecorder.cxx +++ b/framework/source/recording/dispatchrecorder.cxx @@ -26,7 +26,6 @@ #include <o3tl/any.hxx> #include <services.h> #include <vcl/svapp.hxx> -#include <comphelper/processfactory.hxx> #include <typelib/typedescription.h> using namespace ::com::sun::star::uno; diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx index 3d58fe9bd32c..3a1e6166197d 100644 --- a/framework/source/services/dispatchhelper.cxx +++ b/framework/source/services/dispatchhelper.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/profilezone.hxx> namespace framework{ diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 4597eedb4549..23a03f1af8cc 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -83,7 +83,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <comphelper/processfactory.hxx> #include <unotools/moduleoptions.hxx> #include <tools/diagnose_ex.h> #include <vcl/menu.hxx> diff --git a/framework/source/uielement/addonstoolbarmanager.cxx b/framework/source/uielement/addonstoolbarmanager.cxx index 664e7798eb23..23db77f2ddb3 100644 --- a/framework/source/uielement/addonstoolbarmanager.cxx +++ b/framework/source/uielement/addonstoolbarmanager.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/ui/DockingArea.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <comphelper/propertysequence.hxx> -#include <comphelper/processfactory.hxx> #include <svtools/imgdef.hxx> #include <svtools/toolboxcontroller.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/framework/source/uielement/addonstoolbarwrapper.cxx b/framework/source/uielement/addonstoolbarwrapper.cxx index bcb8652aec58..9062c4b72c13 100644 --- a/framework/source/uielement/addonstoolbarwrapper.cxx +++ b/framework/source/uielement/addonstoolbarwrapper.cxx @@ -34,7 +34,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <comphelper/processfactory.hxx> #include <svtools/miscopt.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/complextoolbarcontroller.cxx b/framework/source/uielement/complextoolbarcontroller.cxx index d14308ab0a07..133b3751c309 100644 --- a/framework/source/uielement/complextoolbarcontroller.cxx +++ b/framework/source/uielement/complextoolbarcontroller.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp> -#include <comphelper/processfactory.hxx> #include <svtools/toolboxcontroller.hxx> #include <vcl/svapp.hxx> #include <vcl/mnemonic.hxx> diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx index 18c2ebc33895..fea6f71d5f29 100644 --- a/framework/source/uielement/generictoolbarcontroller.cxx +++ b/framework/source/uielement/generictoolbarcontroller.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <svtools/toolboxcontroller.hxx> #include <vcl/svapp.hxx> #include <vcl/mnemonic.hxx> diff --git a/framework/source/uielement/langselectionmenucontroller.cxx b/framework/source/uielement/langselectionmenucontroller.cxx index 4a9a1ec16118..e696f13b5a8c 100644 --- a/framework/source/uielement/langselectionmenucontroller.cxx +++ b/framework/source/uielement/langselectionmenucontroller.cxx @@ -31,7 +31,6 @@ #include <vcl/i18nhelp.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/mnemonic.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/document/XDocumentLanguages.hpp> diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index a6e38cc64378..3e3b0a4634fd 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/frame/XFrame.hpp> -#include <comphelper/processfactory.hxx> #include <tools/gen.hxx> #include <com/sun/star/awt/Command.hpp> diff --git a/framework/source/uielement/macrosmenucontroller.cxx b/framework/source/uielement/macrosmenucontroller.cxx index 99b031b3016f..2812990c89e8 100644 --- a/framework/source/uielement/macrosmenucontroller.cxx +++ b/framework/source/uielement/macrosmenucontroller.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/commandinfoprovider.hxx> diff --git a/framework/source/uielement/menubarwrapper.cxx b/framework/source/uielement/menubarwrapper.cxx index 68357213e697..fe49c42d8acf 100644 --- a/framework/source/uielement/menubarwrapper.cxx +++ b/framework/source/uielement/menubarwrapper.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/frame/ModuleManager.hpp> #include <com/sun/star/util/URLTransformer.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index e9077536bd7d..dadd7ee3e490 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -23,7 +23,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertyvalue.hxx> #include <comphelper/propertysequence.hxx> #include <framework/menuconfiguration.hxx> diff --git a/framework/source/uielement/statusbarwrapper.cxx b/framework/source/uielement/statusbarwrapper.cxx index 003d6b5b00ba..1273cae6f5ae 100644 --- a/framework/source/uielement/statusbarwrapper.cxx +++ b/framework/source/uielement/statusbarwrapper.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ui/UIElementType.hpp> -#include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/solar.h> diff --git a/framework/source/uielement/togglebuttontoolbarcontroller.cxx b/framework/source/uielement/togglebuttontoolbarcontroller.cxx index baad63aa5e3a..838faaf4258e 100644 --- a/framework/source/uielement/togglebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/togglebuttontoolbarcontroller.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <rtl/uri.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> #include <vcl/mnemonic.hxx> #include <vcl/window.hxx> diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index 66326164098d..5c54b2050af9 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@ -58,7 +58,6 @@ #include <unotools/cmdoptions.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <unotools/mediadescriptor.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <svtools/miscopt.hxx> #include <svtools/imgdef.hxx> diff --git a/framework/source/uielement/toolbarmerger.cxx b/framework/source/uielement/toolbarmerger.cxx index c6734d91e565..62367c4e3a01 100644 --- a/framework/source/uielement/toolbarmerger.cxx +++ b/framework/source/uielement/toolbarmerger.cxx @@ -21,7 +21,6 @@ #include <uielement/generictoolbarcontroller.hxx> #include <svtools/miscopt.hxx> -#include <comphelper/processfactory.hxx> namespace framework { diff --git a/framework/source/uielement/toolbarwrapper.cxx b/framework/source/uielement/toolbarwrapper.cxx index 5d681d8fa25c..9d99ea280c14 100644 --- a/framework/source/uielement/toolbarwrapper.cxx +++ b/framework/source/uielement/toolbarwrapper.cxx @@ -34,7 +34,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/queryinterface.hxx> #include <svtools/miscopt.hxx> diff --git a/framework/source/xml/imagesconfiguration.cxx b/framework/source/xml/imagesconfiguration.cxx index c85bbc72c056..444cef4252cc 100644 --- a/framework/source/xml/imagesconfiguration.cxx +++ b/framework/source/xml/imagesconfiguration.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> using namespace ::com::sun::star::uno; diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx index 6d12a9cf24bd..909b6d138952 100644 --- a/i18npool/inc/breakiteratorImpl.hxx +++ b/i18npool/inc/breakiteratorImpl.hxx @@ -20,7 +20,6 @@ #define INCLUDED_I18NPOOL_INC_BREAKITERATORIMPL_HXX #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> @@ -30,6 +29,7 @@ #include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/CharType.hpp> #include <com/sun/star/i18n/XLocaleData.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase.hxx> #include <vector> diff --git a/i18npool/inc/collatorImpl.hxx b/i18npool/inc/collatorImpl.hxx index 940031a1480f..0370c6a47124 100644 --- a/i18npool/inc/collatorImpl.hxx +++ b/i18npool/inc/collatorImpl.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_I18NPOOL_INC_COLLATORIMPL_HXX #define INCLUDED_I18NPOOL_INC_COLLATORIMPL_HXX -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/i18n/XLocaleData5.hpp> #include <com/sun/star/i18n/XCollator.hpp> @@ -27,6 +26,7 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <vector> #include <memory> diff --git a/i18npool/inc/inputsequencechecker.hxx b/i18npool/inc/inputsequencechecker.hxx index a8dbdb80d21f..ff7af4d49e3d 100644 --- a/i18npool/inc/inputsequencechecker.hxx +++ b/i18npool/inc/inputsequencechecker.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX #define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/i18n/XExtendedInputSequenceChecker.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <vector> #include <memory> diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx index 8014b682cf99..07e6e50ab974 100644 --- a/i18npool/inc/localedata.hxx +++ b/i18npool/inc/localedata.hxx @@ -21,8 +21,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> - #include <com/sun/star/i18n/XLocaleData5.hpp> diff --git a/i18npool/inc/numberformatcode.hxx b/i18npool/inc/numberformatcode.hxx index a9c4a67c8b51..35951c0c3783 100644 --- a/i18npool/inc/numberformatcode.hxx +++ b/i18npool/inc/numberformatcode.hxx @@ -21,12 +21,12 @@ #define INCLUDED_I18NPOOL_INC_NUMBERFORMATCODE_HXX #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/i18n/XNumberFormatCode.hpp> #include <com/sun/star/i18n/XLocaleData5.hpp> #include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <deque> diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx index 2f3ffc5c1043..27b5d7f0e407 100644 --- a/i18npool/source/calendar/calendarImpl.cxx +++ b/i18npool/source/calendar/calendarImpl.cxx @@ -19,7 +19,6 @@ #include <calendarImpl.hxx> #include <localedata.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star::uno; diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index 072f40b8c36b..9d8a4c1442d3 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/i18n/Weekdays.hpp> #include <com/sun/star/i18n/reservedWords.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/math.hxx> #include <sal/log.hxx> diff --git a/i18npool/source/characterclassification/cclass_unicode_parser.cxx b/i18npool/source/characterclassification/cclass_unicode_parser.cxx index eca2cf18e10c..981912b53c07 100644 --- a/i18npool/source/characterclassification/cclass_unicode_parser.cxx +++ b/i18npool/source/characterclassification/cclass_unicode_parser.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/i18n/LocaleData2.hpp> #include <com/sun/star/i18n/NativeNumberMode.hpp> #include <com/sun/star/i18n/NativeNumberSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <string.h> diff --git a/i18npool/source/collator/collatorImpl.cxx b/i18npool/source/collator/collatorImpl.cxx index bd1cd1774ebd..9d779be08bd6 100644 --- a/i18npool/source/collator/collatorImpl.cxx +++ b/i18npool/source/collator/collatorImpl.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/LocaleData2.hpp> #include <rtl/ustrbuf.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace com::sun::star; diff --git a/i18npool/source/transliteration/transliterationImpl.cxx b/i18npool/source/transliteration/transliterationImpl.cxx index d4dc66a4de1e..ba5c0623dbc2 100644 --- a/i18npool/source/transliteration/transliterationImpl.cxx +++ b/i18npool/source/transliteration/transliterationImpl.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/i18n/TransliterationModulesExtra.hpp> #include <com/sun/star/lang/XComponent.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/instance.hxx> #include <rtl/string.h> diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index c78673c0cfaa..c46c8b42fa6f 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -27,7 +27,6 @@ #include <vcl/menu.hxx> #include <vcl/fixed.hxx> #include <vcl/floatwin.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/ctrlitem.hxx> #include <sfx2/sfxstatuslistener.hxx> #include <svtools/toolboxcontroller.hxx> diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx index 6b6503550e18..50ea94440b4b 100644 --- a/include/sfx2/thumbnailview.hxx +++ b/include/sfx2/thumbnailview.hxx @@ -15,7 +15,6 @@ #include <vector> #include <functional> -#include <comphelper/processfactory.hxx> #include <sfx2/thumbnailviewitem.hxx> #include <vcl/ctrl.hxx> #include <vcl/timer.hxx> diff --git a/include/svl/ondemand.hxx b/include/svl/ondemand.hxx index 47fe95de4236..f10fbe64388a 100644 --- a/include/svl/ondemand.hxx +++ b/include/svl/ondemand.hxx @@ -31,7 +31,6 @@ #include <unotools/nativenumberwrapper.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <i18nutil/transliteration.hxx> /* diff --git a/include/svx/PaletteManager.hxx b/include/svx/PaletteManager.hxx index c2a3b869d517..09662558ffdf 100644 --- a/include/svx/PaletteManager.hxx +++ b/include/svx/PaletteManager.hxx @@ -25,7 +25,6 @@ #include <svx/tbxcolorupdate.hxx> #include <tools/urlobj.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/URLTransformer.hpp> diff --git a/include/svx/SvxNumOptionsTabPageHelper.hxx b/include/svx/SvxNumOptionsTabPageHelper.hxx index 89fd68da9571..19e196059ee1 100644 --- a/include/svx/SvxNumOptionsTabPageHelper.hxx +++ b/include/svx/SvxNumOptionsTabPageHelper.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SVX_SVXNUMOPTIONSTABPAGEHELPER_HXX #include <com/sun/star/text/DefaultNumberingProvider.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/text/XNumberingTypeInfo.hpp> #include <vcl/lstbox.hxx> #include <svx/svxdllapi.h> diff --git a/package/source/xstor/switchpersistencestream.cxx b/package/source/xstor/switchpersistencestream.cxx index a7d970e8b885..5d96d626d9d3 100644 --- a/package/source/xstor/switchpersistencestream.cxx +++ b/package/source/xstor/switchpersistencestream.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/io/NotConnectedException.hpp> #include <com/sun/star/io/TempFile.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include "switchpersistencestream.hxx" diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index ec9c4e6a8c5d..908a093cb62d 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -45,7 +45,6 @@ #include <osl/diagnose.h> #include "wrapstreamforshare.hxx" -#include <comphelper/processfactory.hxx> #include <comphelper/seekableinput.hxx> #include <comphelper/storagehelper.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index 5c100d51398c..201782857e68 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -25,7 +25,6 @@ #include <svx/svdouno.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/container/XContainerListener.hpp> #include <com/sun/star/report/XReportComponent.hpp> diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index d8a341119882..4b5a377386a5 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -59,7 +59,6 @@ #include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/report/XFormattedField.hpp> #include <comphelper/genericpropertyset.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <tools/diagnose_ex.h> #include <PropertyForward.hxx> diff --git a/reportdesign/source/filter/xml/dbloader2.hxx b/reportdesign/source/filter/xml/dbloader2.hxx index 94ac1791cb38..59c762584872 100644 --- a/reportdesign/source/filter/xml/dbloader2.hxx +++ b/reportdesign/source/filter/xml/dbloader2.hxx @@ -44,7 +44,6 @@ #include <vcl/svapp.hxx> #include <ucbhelper/content.hxx> #include <ucbhelper/commandenvironment.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/types.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/reportdesign/source/filter/xml/xmlfilter.cxx b/reportdesign/source/filter/xml/xmlfilter.cxx index 054e9b2e39c9..f713f6062572 100644 --- a/reportdesign/source/filter/xml/xmlfilter.cxx +++ b/reportdesign/source/filter/xml/xmlfilter.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/genericpropertyset.hxx> #include <unotools/mediadescriptor.hxx> #include <xmloff/ProgressBarHelper.hxx> diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index cb40696019ed..679f31c1143c 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -32,7 +32,6 @@ #include <comphelper/documentconstants.hxx> #include <unotools/mediadescriptor.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/reportdesign/source/ui/report/dlgedclip.cxx b/reportdesign/source/ui/report/dlgedclip.cxx index 30030adf5ba8..03e54fa6910c 100644 --- a/reportdesign/source/ui/report/dlgedclip.cxx +++ b/reportdesign/source/ui/report/dlgedclip.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include <dlgedclip.hxx> -#include <comphelper/processfactory.hxx> #include <osl/diagnose.h> #include <sot/exchange.hxx> #include <com/sun/star/datatransfer/XMimeContentType.hpp> @@ -26,7 +25,6 @@ namespace rptui { -using namespace comphelper; using namespace ::com::sun::star; diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx index 07b13ba98833..a96f29fa72c6 100644 --- a/reportdesign/source/ui/report/propbrw.cxx +++ b/reportdesign/source/ui/report/propbrw.cxx @@ -47,7 +47,6 @@ #include <comphelper/stl_types.hxx> #include <comphelper/types.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/processfactory.hxx> #include <core_resource.hxx> #include <SectionView.hxx> #include <ReportSection.hxx> diff --git a/sc/qa/unit/pivottable_filters_test.cxx b/sc/qa/unit/pivottable_filters_test.cxx index fcecedb26714..20e604829a9f 100644 --- a/sc/qa/unit/pivottable_filters_test.cxx +++ b/sc/qa/unit/pivottable_filters_test.cxx @@ -29,7 +29,6 @@ #include <globstr.hrc> #include <test/xmltesttools.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index 8d01ad5c9cfa..3735ea54b123 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -12,7 +12,6 @@ #include <com/sun/star/frame/Desktop.hpp> #include <comphelper/dispatchcommand.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <comphelper/string.hxx> #include <editeng/editids.hrc> diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index fcef9a057c68..e011eeddbf1d 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -68,7 +68,6 @@ #include <svl/zformat.hxx> #include <test/xmltesttools.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/table/BorderLineStyle.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index bcb7599e658c..ac245b3516e0 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -35,7 +35,6 @@ #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <vcl/virdev.hxx> -#include <comphelper/processfactory.hxx> #include <svl/PasswordHelper.hxx> #include <svl/sharedstringpool.hxx> #include <tools/tenccvt.hxx> diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx index 483c1e618065..e631ffaf9139 100644 --- a/sc/source/core/tool/interpr4.cxx +++ b/sc/source/core/tool/interpr4.cxx @@ -41,7 +41,6 @@ #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/sheet/XSheetCellRange.hpp> -#include <comphelper/processfactory.hxx> #include <global.hxx> #include <dbdata.hxx> diff --git a/sc/source/filter/chart/chart_imp.cxx b/sc/source/filter/chart/chart_imp.cxx index 4aeb8429ecfc..bbc459931195 100644 --- a/sc/source/filter/chart/chart_imp.cxx +++ b/sc/source/filter/chart/chart_imp.cxx @@ -10,7 +10,6 @@ #include <sfx2/docfile.hxx> #include <xmlwrap.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/document/XStorageBasedDocument.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx index bc0d4e3de177..638b593c32d1 100644 --- a/sc/source/filter/excel/excdoc.cxx +++ b/sc/source/filter/excel/excdoc.cxx @@ -19,7 +19,6 @@ #include <scitems.hxx> -#include <comphelper/processfactory.hxx> #include <svx/svdobj.hxx> #include <svx/svditer.hxx> #include <svx/svdpage.hxx> diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx index 797124a280d0..ca7983a21891 100644 --- a/sc/source/filter/excel/excel.cxx +++ b/sc/source/filter/excel/excel.cxx @@ -26,7 +26,6 @@ #include <sot/exchange.hxx> #include <filter/msfilter/classids.hxx> #include <tools/globname.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XImporter.hpp> diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx index bfe47d8ade34..43d4c53a2494 100644 --- a/sc/source/filter/orcus/interface.cxx +++ b/sc/source/filter/orcus/interface.cxx @@ -48,7 +48,6 @@ #include <svl/zforlist.hxx> #include <svl/intitem.hxx> #include <com/sun/star/task/XStatusIndicator.hpp> -#include <comphelper/processfactory.hxx> #include <i18nlangtag/lang.h> #include <vcl/outdev.hxx> #include <tools/fontenum.hxx> diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx index 6682fe385e16..fb946f41eb7f 100644 --- a/sc/source/ui/miscdlgs/scuiautofmt.cxx +++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx @@ -34,7 +34,6 @@ #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/strings.hrc> #include <sfx2/sfxresid.hxx> #include <strings.hrc> diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index 5cb76a9d6192..72257436c16f 100644 --- a/sc/source/ui/vba/vbaapplication.cxx +++ b/sc/source/ui/vba/vbaapplication.cxx @@ -69,8 +69,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/app.hxx> -#include <comphelper/processfactory.hxx> - #include <toolkit/awt/vclxwindow.hxx> #include <tools/diagnose_ex.h> diff --git a/sc/source/ui/vba/vbainterior.cxx b/sc/source/ui/vba/vbainterior.cxx index 9e0019dbdf29..7b57de6ac3ac 100644 --- a/sc/source/ui/vba/vbainterior.cxx +++ b/sc/source/ui/vba/vbainterior.cxx @@ -29,7 +29,6 @@ #include <ooo/vba/excel/XlColorIndex.hpp> #include <ooo/vba/excel/XlPattern.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/queryinterface.hxx> #include <map> diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index 00e3b6c47151..797b33f41132 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -22,7 +22,6 @@ #include <vbahelper/helperdecl.hxx> #include <comphelper/unwrapargs.hxx> -#include <comphelper/processfactory.hxx> #include <o3tl/any.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/vba/vbaworkbooks.cxx b/sc/source/ui/vba/vbaworkbooks.cxx index fa12faae8f1e..03be645b2487 100644 --- a/sc/source/ui/vba/vbaworkbooks.cxx +++ b/sc/source/ui/vba/vbaworkbooks.cxx @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/sc/source/ui/vba/vbaworksheets.cxx b/sc/source/ui/vba/vbaworksheets.cxx index c257bdd7ea64..9bd77903d994 100644 --- a/sc/source/ui/vba/vbaworksheets.cxx +++ b/sc/source/ui/vba/vbaworksheets.cxx @@ -27,7 +27,6 @@ #include <svl/itemset.hxx> #include <svl/eitem.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> diff --git a/sc/source/ui/vba/vbawsfunction.cxx b/sc/source/ui/vba/vbawsfunction.cxx index 68723704d1f6..79642e890f17 100644 --- a/sc/source/ui/vba/vbawsfunction.cxx +++ b/sc/source/ui/vba/vbawsfunction.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/sheet/CellFlags.hpp> #include <com/sun/star/reflection/XIdlMethod.hpp> #include <com/sun/star/beans/MethodConcept.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/queryinterface.hxx> #include <comphelper/anytostring.hxx> diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index 498da899c3b7..e0de8ce0383a 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -45,7 +45,6 @@ #include <avmedia/mediawindow.hxx> #include <comphelper/storagehelper.hxx> -#include <comphelper/processfactory.hxx> #include <viewfunc.hxx> #include <docsh.hxx> diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 2f78adbc3c3d..de75d8f55e6a 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -49,7 +49,6 @@ #include <sdattr.hxx> #include <comphelper/servicehelper.hxx> -#include <comphelper/processfactory.hxx> #include <unotest/macros_test.hxx> using namespace ::com::sun::star; diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index bf9686b5a777..f605b647a968 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -25,7 +25,6 @@ #include <sfx2/docfile.hxx> #include <sfx2/dispatch.hxx> #include <Outliner.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/outliner.hxx> #include <DrawDocShell.hxx> diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index c6a1dad60b95..39a7dbad141e 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -58,7 +58,6 @@ #include <com/sun/star/drawing/PolygonFlags.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/i18n/XScriptTypeDetector.hpp> diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx index 23b24910db16..6e7affc21242 100644 --- a/sd/source/filter/eppt/pptexanimations.cxx +++ b/sd/source/filter/eppt/pptexanimations.cxx @@ -49,7 +49,6 @@ #include <com/sun/star/text/XSimpleText.hpp> #include <com/sun/star/animations/XIterateContainer.hpp> #include <com/sun/star/presentation/TextAnimationType.hpp> -#include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/vclenum.hxx> diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 0b120188cad5..05cc70385499 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -34,7 +34,6 @@ #include <memory> -#include <comphelper/processfactory.hxx> #include <i18nutil/unicode.hxx> #include <unotools/pathoptions.hxx> #include <vcl/tabctrl.hxx> diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index b4741e4dd7f6..ad301b1ee7e6 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -94,7 +94,6 @@ #include <sfx2/charmappopup.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> #include <vcl/FilterConfigItem.hxx> -#include <comphelper/processfactory.hxx> #include <o3tl/make_unique.hxx> #include <sdabstdlg.hxx> diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 7e2842305781..3b9510fc36c2 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -34,8 +34,6 @@ #include <svtools/toolbarmenu.hxx> #include <svtools/valueset.hxx> -#include <comphelper/processfactory.hxx> - #include <xmloff/autolayout.hxx> #include <app.hrc> diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 5fa5dc69ab50..5fae8389a891 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -24,7 +24,6 @@ #include "RemoteDialogClientBox.hxx" #include <RemoteServer.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/deployment/DependencyException.hpp> #include <com/sun/star/deployment/DeploymentException.hpp> diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx index 780f36dd067c..2b41dbb4886a 100644 --- a/sd/source/ui/dlg/filedlg.cxx +++ b/sd/source/ui/dlg/filedlg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index c36ab6d196ad..b471c3d5235d 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include <comphelper/processfactory.hxx> #include <svl/itemset.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index d5e8cd5d2b41..d0d31a001f26 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/embed/NeedsRunningStateException.hpp> #include <com/sun/star/embed/VerbDescriptor.hpp> #include <com/sun/star/embed/EmbedStates.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/embed/VerbAttributes.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index e4e1a6fa6b6f..65c10937fa48 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -54,7 +54,6 @@ #include <unotools/saveopt.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawView.hpp> -#include <comphelper/processfactory.hxx> #include <app.hrc> #include <strings.hrc> diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 4cb2845d13fe..31e5f14d279e 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -21,7 +21,6 @@ #include <fuinsert.hxx> #include <comphelper/storagehelper.hxx> -#include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svx/svxdlg.hxx> #include <com/sun/star/embed/EmbedVerbs.hpp> diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 2711d8a383c5..300e17c09cc5 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -44,7 +44,6 @@ #include <svx/svdotable.hxx> #include <svx/svxids.hrc> #include <sfx2/docfile.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/outlobj.hxx> #include <svtools/langtab.hxx> diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx index 02fca91226bb..da8b97191937 100644 --- a/sd/source/ui/func/futhes.cxx +++ b/sd/source/ui/func/futhes.cxx @@ -29,7 +29,6 @@ #include <svx/svxerr.hxx> #include <svx/dialmgr.hxx> #include <editeng/unolingu.hxx> -#include <comphelper/processfactory.hxx> #include <app.hrc> #include <strings.hrc> #include <drawdoc.hxx> diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx index 97cccf70c575..d83fd5b4549e 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.cxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx @@ -14,7 +14,6 @@ #include <vector> #include <iostream> -#include <comphelper/processfactory.hxx> #include <rtl/strbuf.hxx> #include <config_features.h> diff --git a/sd/source/ui/remotecontrol/Listener.cxx b/sd/source/ui/remotecontrol/Listener.cxx index b6fd1d921705..414260460667 100644 --- a/sd/source/ui/remotecontrol/Listener.cxx +++ b/sd/source/ui/remotecontrol/Listener.cxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <comphelper/processfactory.hxx> #include <rtl/strbuf.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/sidebar/MasterPageContainerProviders.cxx b/sd/source/ui/sidebar/MasterPageContainerProviders.cxx index 841cff433ec9..25a295305d96 100644 --- a/sd/source/ui/sidebar/MasterPageContainerProviders.cxx +++ b/sd/source/ui/sidebar/MasterPageContainerProviders.cxx @@ -22,7 +22,6 @@ #include <DrawDocShell.hxx> #include <drawdoc.hxx> #include <PreviewRenderer.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <sfx2/sfxsids.hrc> #include <sfx2/thumbnailview.hxx> diff --git a/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx b/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx index 67e782b5b0bf..30785589e4ad 100644 --- a/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx +++ b/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx @@ -29,7 +29,6 @@ #include <memory> #include <vector> -#include <comphelper/processfactory.hxx> #include <unomodel.hxx> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPages.hpp> diff --git a/sd/source/ui/slideshow/SlideShowRestarter.cxx b/sd/source/ui/slideshow/SlideShowRestarter.cxx index d4611afbcf1c..995d332f35cf 100644 --- a/sd/source/ui/slideshow/SlideShowRestarter.cxx +++ b/sd/source/ui/slideshow/SlideShowRestarter.cxx @@ -21,7 +21,6 @@ #include "SlideShowRestarter.hxx" #include <framework/ConfigurationController.hxx> #include <framework/FrameworkHelper.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/app.hxx> diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index cbf1d8805e63..b8f6cab5ab69 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -24,7 +24,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/listenernotification.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/awt/WindowEvent.hpp> #include <com/sun/star/awt/XWindowListener.hpp> #include <com/sun/star/awt/XWindow.hpp> diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx index 18e1c8001a23..4c373bd58006 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx @@ -66,7 +66,6 @@ #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp> #include <cppuhelper/bootstrap.hxx> -#include <comphelper/processfactory.hxx> using namespace ::sd::slidesorter; #define ShellClass_SlideSorterViewShell diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 2d4d751b6afb..eebce5e513c1 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/virdev.hxx> #include <vcl/layout.hxx> diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index 3ac7872fd6b3..6597616e8e21 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <com/sun/star/view/PaperOrientation.hpp> #include <cppuhelper/implbase.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/profilezone.hxx> #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index b0d4aff1660a..50cf7629f667 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -40,7 +40,6 @@ #include <comphelper/extract.hxx> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <svx/srchdlg.hxx> #include <unotools/linguprops.hxx> diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index f6fdfc0def55..49e98b7d721e 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/ui/dialogs/XSLTFilterDialog.hpp> -#include <comphelper/processfactory.hxx> #include <svx/svdlayer.hxx> #include <svx/svxids.hrc> #include <sfx2/msgpool.hxx> diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index c3a63836559b..0b082d9e18a9 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -27,8 +27,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Any.hxx> -#include <comphelper/processfactory.hxx> - #include <undo/undomanager.hxx> #include <vcl/waitobj.hxx> #include <svl/aeitem.hxx> diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 7cc482d7cd0a..21ecec524955 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -53,7 +53,6 @@ #include <sot/formats.hxx> #include <com/sun/star/linguistic2/XThesaurus.hpp> #include <editeng/unolingu.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/outlobj.hxx> #include <svl/cjkoptions.hxx> #include <svtools/cliplistener.hxx> diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx index cc757cbba596..86ecb5c5d382 100644 --- a/sd/source/ui/view/presvish.cxx +++ b/sd/source/ui/view/presvish.cxx @@ -19,7 +19,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <PresentationViewShell.hxx> #include <optsitem.hxx> diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index a3368f593acc..f98a8ab1b216 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -54,7 +54,6 @@ #include <sdpage.hxx> #include <view/SlideSorterView.hxx> #include <undo/undoobjects.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/Aspects.hpp> diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx index ff49bc21fe39..17ccfe5c3eff 100644 --- a/sd/source/ui/view/viewshe3.cxx +++ b/sd/source/ui/view/viewshe3.cxx @@ -49,7 +49,6 @@ #include <svl/intitem.hxx> #include <svl/style.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include <stlsheet.hxx> #include <WindowUpdater.hxx> diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx index aba49aa0ee0d..3f623a2cda09 100644 --- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx +++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/i18n/BreakIterator.hpp> #include <com/sun/star/i18n/CharacterClassification.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/i18n/DirectionProperty.hpp> diff --git a/sfx2/source/appl/appbaslib.cxx b/sfx2/source/appl/appbaslib.cxx index bea8b516753d..f49d57fbede2 100644 --- a/sfx2/source/appl/appbaslib.cxx +++ b/sfx2/source/appl/appbaslib.cxx @@ -27,7 +27,6 @@ #include <basic/basmgr.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <cppuhelper/weak.hxx> using namespace ::com::sun::star::uno; diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx index 2b019f2a5a37..7ae103c9c74a 100644 --- a/sfx2/source/appl/childwin.cxx +++ b/sfx2/source/appl/childwin.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/util/XCloseable.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <cppuhelper/implbase.hxx> diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index ea900d2f6145..3d1345d8e608 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -#include <comphelper/processfactory.hxx> #include <itemdel.hxx> //Includes below due to nInReschedule diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx index 0d6d5b6b08fa..ad140aaf45bd 100644 --- a/sfx2/source/control/statcach.cxx +++ b/sfx2/source/control/statcach.cxx @@ -32,7 +32,6 @@ #include <svl/intitem.hxx> #include <svl/stritem.hxx> #include <svl/visitem.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <statcach.hxx> diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx index d97504211917..16cd550d5160 100644 --- a/sfx2/source/control/templatelocalview.cxx +++ b/sfx2/source/control/templatelocalview.cxx @@ -9,7 +9,6 @@ #include <sfx2/templatelocalview.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <sfx2/doctempl.hxx> #include <sfx2/inputdlg.hxx> diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx index 33636867a0bd..6e45a4f7dc93 100644 --- a/sfx2/source/control/thumbnailview.cxx +++ b/sfx2/source/control/thumbnailview.cxx @@ -20,6 +20,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> +#include <comphelper/processfactory.hxx> #include <drawinglayer/attribute/fillgraphicattribute.hxx> #include <drawinglayer/attribute/fontattribute.hxx> #include <drawinglayer/primitive2d/fillgraphicprimitive2d.hxx> diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index ceeb43093272..e671d8e6dfbe 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -20,7 +20,6 @@ #include <stdlib.h> #include <comphelper/lok.hxx> -#include <comphelper/processfactory.hxx> #include <osl/file.hxx> #include <vcl/fixed.hxx> diff --git a/sfx2/source/dialog/versdlg.cxx b/sfx2/source/dialog/versdlg.cxx index 2408eb5f9ba9..9e29f167aade 100644 --- a/sfx2/source/dialog/versdlg.cxx +++ b/sfx2/source/dialog/versdlg.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx index d4bb139993e0..9ab0e57bbbf8 100644 --- a/sfx2/source/doc/docfilt.cxx +++ b/sfx2/source/doc/docfilt.cxx @@ -25,7 +25,6 @@ #include <sot/exchange.hxx> #include <sot/storage.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/sfx2/source/doc/objembed.cxx b/sfx2/source/doc/objembed.cxx index 5af5ee4e4575..b795550dcb31 100644 --- a/sfx2/source/doc/objembed.cxx +++ b/sfx2/source/doc/objembed.cxx @@ -31,7 +31,6 @@ #include <comphelper/fileformat.h> #include <comphelper/seqstream.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <svtools/embedtransfer.hxx> #include <tools/fract.hxx> diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 1afd15f5ab90..4533f7083bb5 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -37,8 +37,6 @@ #include <svtools/asynclink.hxx> #include <svtools/inettbc.hxx> -#include <comphelper/processfactory.hxx> - #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/objsh.hxx> diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx index ccb6c6e27a61..a36a7f9306a9 100644 --- a/sfx2/source/sidebar/TabBar.cxx +++ b/sfx2/source/sidebar/TabBar.cxx @@ -33,7 +33,6 @@ #include <vcl/gradient.hxx> #include <vcl/image.hxx> #include <vcl/wrkwin.hxx> -#include <comphelper/processfactory.hxx> #include <tools/svborder.hxx> #include <com/sun/star/graphic/XGraphicProvider.hpp> diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index 3233464804b0..8441d12c0a32 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -34,7 +34,6 @@ #include <svl/stritem.hxx> #include <tools/globname.hxx> #include <com/sun/star/awt/PosSize.hpp> -#include <comphelper/processfactory.hxx> #include <appdata.hxx> #include <sfx2/app.hxx> diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 31382eed3f42..65f9d8a54416 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -35,7 +35,6 @@ #include <tools/urlobj.hxx> #include <unotools/ucbhelper.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <ucbhelper/content.hxx> diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index 5823378fc551..947d3d132f1f 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/io/TempFile.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/svgio/qa/cppunit/SvgImportTest.cxx b/svgio/qa/cppunit/SvgImportTest.cxx index 82b6a2dfb818..a83ec4aae189 100644 --- a/svgio/qa/cppunit/SvgImportTest.cxx +++ b/svgio/qa/cppunit/SvgImportTest.cxx @@ -13,7 +13,6 @@ #include <test/primitive2dxmldump.hxx> #include <test/xmltesttools.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx index 429468b6e9fa..96c349d68861 100644 --- a/svl/source/crypto/cryptosign.cxx +++ b/svl/source/crypto/cryptosign.cxx @@ -17,7 +17,6 @@ #include <comphelper/base64.hxx> #include <comphelper/random.hxx> #include <comphelper/hash.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/security/XCertificate.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <filter/msfilter/mscodec.hxx> diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index f42a11407375..7cfc727dc655 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -25,7 +25,6 @@ #include <sal/log.hxx> #include <tools/tenccvt.hxx> #include <osl/diagnose.h> -#include <comphelper/processfactory.hxx> #include <unotools/intlwrapper.hxx> #include <svl/hint.hxx> #include <svl/poolitem.hxx> diff --git a/svl/source/misc/lockfilecommon.cxx b/svl/source/misc/lockfilecommon.cxx index cd2658ee5afd..88850e7687f9 100644 --- a/svl/source/misc/lockfilecommon.cxx +++ b/svl/source/misc/lockfilecommon.cxx @@ -38,8 +38,6 @@ #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> -#include <comphelper/processfactory.hxx> - #include <tools/urlobj.hxx> #include <unotools/bootstrap.hxx> diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx index 5bb7eb91eb24..66860faba759 100644 --- a/svtools/source/contnr/simptabl.cxx +++ b/svtools/source/contnr/simptabl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <svtools/simptabl.hxx> #include <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index 1dbb503bd506..2ea05073f492 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -24,7 +24,6 @@ #include <svtools/svtresid.hxx> #include <tools/debug.hxx> #include <comphelper/interaction.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <vcl/stdtext.hxx> #include <vcl/waitobj.hxx> diff --git a/svtools/source/filter/SvFilterOptionsDialog.cxx b/svtools/source/filter/SvFilterOptionsDialog.cxx index 43a466b1b947..49de7ab6d62c 100644 --- a/svtools/source/filter/SvFilterOptionsDialog.cxx +++ b/svtools/source/filter/SvFilterOptionsDialog.cxx @@ -43,7 +43,6 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <unotools/syslocale.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <memory> diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 8cc0ee5fb7f8..71c753bd9e3d 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -40,7 +40,6 @@ #include <vcl/graph.hxx> #include <rtl/ustrbuf.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <comphelper/processfactory.hxx> #include "exportdialog.hxx" #define FORMAT_UNKNOWN 0 diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx index 2285da9a3d63..5f9d8b876823 100644 --- a/svtools/source/hatchwindow/documentcloser.cxx +++ b/svtools/source/hatchwindow/documentcloser.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/awt/XVclWindowPeer.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/interfacecontainer2.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx index 96444c1e3987..265408fe10d0 100644 --- a/svtools/source/misc/acceleratorexecute.cxx +++ b/svtools/source/misc/acceleratorexecute.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <vcl/window.hxx> diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx index 92e0fd5c97cd..5000201b488e 100644 --- a/svtools/source/misc/imageresourceaccess.cxx +++ b/svtools/source/misc/imageresourceaccess.cxx @@ -29,7 +29,6 @@ #include <tools/stream.hxx> #include <unotools/streamwrap.hxx> #include <cppuhelper/implbase.hxx> -#include <comphelper/processfactory.hxx> namespace svt { diff --git a/svtools/source/misc/openfiledroptargetlistener.cxx b/svtools/source/misc/openfiledroptargetlistener.cxx index 5aff47e67e82..06e92db659ae 100644 --- a/svtools/source/misc/openfiledroptargetlistener.cxx +++ b/svtools/source/misc/openfiledroptargetlistener.cxx @@ -28,7 +28,6 @@ #include <svtools/transfer.hxx> #include <sot/filelist.hxx> -#include <comphelper/processfactory.hxx> #include <osl/file.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx index a06fb064eb01..b1ece2619f52 100644 --- a/svtools/source/misc/transfer2.cxx +++ b/svtools/source/misc/transfer2.cxx @@ -26,7 +26,6 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp> #include <svl/urlbmk.hxx> #include <svtools/inetimg.hxx> diff --git a/svtools/source/table/gridtablerenderer.cxx b/svtools/source/table/gridtablerenderer.cxx index df384d2c6a51..8a1f6f028359 100644 --- a/svtools/source/table/gridtablerenderer.cxx +++ b/svtools/source/table/gridtablerenderer.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/graphic/XGraphic.hpp> -#include <comphelper/processfactory.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <vcl/window.hxx> diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx index ef1af102dbd6..f214edc80361 100644 --- a/svtools/source/uno/addrtempuno.cxx +++ b/svtools/source/uno/addrtempuno.cxx @@ -22,7 +22,6 @@ #include <cppuhelper/typeprovider.hxx> #include <comphelper/extract.hxx> #include <comphelper/property.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <com/sun/star/sdbc/XDataSource.hpp> #include <rtl/ref.hxx> diff --git a/svtools/source/uno/framestatuslistener.cxx b/svtools/source/uno/framestatuslistener.cxx index ceaf3ae4a22c..1e4cba141faa 100644 --- a/svtools/source/uno/framestatuslistener.cxx +++ b/svtools/source/uno/framestatuslistener.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/util/URLTransformer.hpp> #include <cppuhelper/queryinterface.hxx> #include <vcl/svapp.hxx> -#include <comphelper/processfactory.hxx> using namespace ::cppu; using namespace css::awt; diff --git a/svtools/source/uno/generictoolboxcontroller.cxx b/svtools/source/uno/generictoolboxcontroller.cxx index 9c8617e525cd..7fd66df23dcf 100644 --- a/svtools/source/uno/generictoolboxcontroller.cxx +++ b/svtools/source/uno/generictoolboxcontroller.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/frame/status/ItemStatus.hpp> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> using namespace css::awt; diff --git a/svtools/source/uno/popupmenucontrollerbase.cxx b/svtools/source/uno/popupmenucontrollerbase.cxx index 2c6843f10e23..410e0e78c12f 100644 --- a/svtools/source/uno/popupmenucontrollerbase.cxx +++ b/svtools/source/uno/popupmenucontrollerbase.cxx @@ -30,7 +30,6 @@ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace com::sun::star; diff --git a/svtools/source/uno/svtxgridcontrol.cxx b/svtools/source/uno/svtxgridcontrol.cxx index 148f85a9b359..3c644c6eb965 100644 --- a/svtools/source/uno/svtxgridcontrol.cxx +++ b/svtools/source/uno/svtxgridcontrol.cxx @@ -27,7 +27,6 @@ #include <rtl/ref.hxx> #include <tools/diagnose_ex.h> #include <toolkit/helper/property.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/grid/GridInvalidDataException.hpp> diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 022db626eb7e..a14848fd3de7 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/awt/LineEndFormat.hpp> #include <cppuhelper/queryinterface.hxx> -#include <comphelper/processfactory.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/property.hxx> #include <svtools/fmtfield.hxx> diff --git a/svx/source/accessibility/DescriptionGenerator.cxx b/svx/source/accessibility/DescriptionGenerator.cxx index 72f95751b478..bac63a4c22f3 100644 --- a/svx/source/accessibility/DescriptionGenerator.cxx +++ b/svx/source/accessibility/DescriptionGenerator.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/style/XStyle.hpp> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/uno/Exception.hpp> diff --git a/svx/source/dialog/SafeModeUI.cxx b/svx/source/dialog/SafeModeUI.cxx index c27fc80fe3c8..d8e8ad9aad0c 100644 --- a/svx/source/dialog/SafeModeUI.cxx +++ b/svx/source/dialog/SafeModeUI.cxx @@ -11,7 +11,6 @@ #include <com/sun/star/frame/XSynchronousDispatch.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/dialog/SvxNumOptionsTabPageHelper.cxx b/svx/source/dialog/SvxNumOptionsTabPageHelper.cxx index 1ac8f1a89f2f..e8ffdc79d443 100644 --- a/svx/source/dialog/SvxNumOptionsTabPageHelper.cxx +++ b/svx/source/dialog/SvxNumOptionsTabPageHelper.cxx @@ -19,6 +19,7 @@ #include <svx/SvxNumOptionsTabPageHelper.hxx> #include <com/sun/star/style/NumberingType.hpp> +#include <comphelper/processfactory.hxx> using namespace css; using namespace css::uno; diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 62f18c8ddb26..924cecaae9de 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -27,7 +27,6 @@ #include <sfx2/viewfrm.hxx> #include <svtools/miscopt.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svx/dialmgr.hxx> #include <svx/xoutbmp.hxx> diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 30e1731e87bc..67145347ea02 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -33,7 +33,6 @@ #include <svx/compressgraphicdialog.hxx> #include <sfx2/dispatch.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/svx/source/dialog/crashreportui.cxx b/svx/source/dialog/crashreportui.cxx index 42d3f647584c..fe12a1de28a1 100644 --- a/svx/source/dialog/crashreportui.cxx +++ b/svx/source/dialog/crashreportui.cxx @@ -11,7 +11,6 @@ #include <com/sun/star/frame/XSynchronousDispatch.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx index ac285f0d8305..481c55ccd418 100644 --- a/svx/source/dialog/graphctl.cxx +++ b/svx/source/dialog/graphctl.cxx @@ -25,7 +25,6 @@ #include <unotools/syslocale.hxx> #include <rtl/math.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> #include <svx/graphctl.hxx> diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index 6f3860285a3e..6f4a1d739e3a 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -37,7 +37,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/docfile.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <svx/imapdlg.hxx> diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index 6cce3e4a620a..877e5a6cdd39 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -48,7 +48,6 @@ #include <com/sun/star/text/XDefaultNumberingProvider.hpp> #include <com/sun/star/text/XNumberingFormatter.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/text/XNumberingTypeInfo.hpp> #include <algorithm> diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 307a88344f38..58962a5c9142 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyChangeEvent.hpp> -#include <comphelper/processfactory.hxx> #include <tools/diagnose_ex.h> #include <tools/fract.hxx> #include <vcl/builder.hxx> diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index 7d686263a2ef..32bfa24097c9 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -55,7 +55,6 @@ #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/dom/DOMException.hpp> #include <com/sun/star/form/binding/XValueBinding.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> using namespace ::com::sun::star::beans; diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index 28307c43af3c..9f488bfd098e 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -56,7 +56,6 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <comphelper/property.hxx> -#include <comphelper/processfactory.hxx> using namespace ::svxform; using namespace ::com::sun::star::uno; diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index cd0f68e815b3..af82bc748a5c 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -71,7 +71,6 @@ #include <svl/numuno.hxx> #include <connectivity/dbtools.hxx> #include <comphelper/types.hxx> -#include <comphelper/processfactory.hxx> #include <fmdocumentclassification.hxx> #include <formtoolbars.hxx> diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index 3efa7273dab3..97329b6aae5b 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/util/NumberFormat.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <com/sun/star/util/XNumberFormats.hpp> -#include <comphelper/processfactory.hxx> #include <fmprop.hxx> #include <fmservs.hxx> diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx index bc53caf1445c..2adad0dc524f 100644 --- a/svx/source/form/fmview.cxx +++ b/svx/source/form/fmview.cxx @@ -53,7 +53,6 @@ #include <fmprop.hxx> #include <fmundo.hxx> #include <svx/dataaccessdescriptor.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/namedvaluecollection.hxx> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/svx/source/sidebar/PanelLayout.cxx b/svx/source/sidebar/PanelLayout.cxx index c685ffde4832..90bbd328da8b 100644 --- a/svx/source/sidebar/PanelLayout.cxx +++ b/svx/source/sidebar/PanelLayout.cxx @@ -9,7 +9,6 @@ #include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/URLTransformer.hpp> -#include <comphelper/processfactory.hxx> #include <sfx2/sidebar/SidebarController.hxx> #include <sfx2/sidebar/TabBar.hxx> #include <svx/sidebar/PanelLayout.hxx> diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx index 4047cd5f89c7..a153159998a6 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.cxx +++ b/svx/source/sidebar/line/LinePropertyPanel.cxx @@ -31,7 +31,6 @@ #include <svtools/valueset.hxx> #include <unotools/pathoptions.hxx> #include <unotools/viewoptions.hxx> -#include <comphelper/processfactory.hxx> #include <i18nlangtag/mslangid.hxx> #include <svx/xlineit0.hxx> #include <svx/xlndsit.hxx> diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index 2903a8cc0bca..d489eb2f176b 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -33,7 +33,6 @@ #include <svtools/valueset.hxx> #include <unotools/pathoptions.hxx> #include <unotools/viewoptions.hxx> -#include <comphelper/processfactory.hxx> #include <i18nlangtag/mslangid.hxx> #include <svx/xlineit0.hxx> #include <svx/xlndsit.hxx> diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index 2a55399a3c3e..7feb5d42a19c 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -45,7 +45,6 @@ #include <svx/svxids.hrc> #include <bitmaps.hlst> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> /* [Description] diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx index a2437a1a064d..db74c787fba9 100644 --- a/svx/source/svdraw/svdattr.cxx +++ b/svx/source/svdraw/svdattr.cxx @@ -34,7 +34,6 @@ #include <editeng/lineitem.hxx> #include <editeng/shaditem.hxx> #include <editeng/xmlcnitm.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/adjustitem.hxx> #include <editeng/editdata.hxx> #include <editeng/writingmodeitem.hxx> diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx index 43f0e6dc63cf..8a264270bddf 100644 --- a/svx/source/svdraw/svdoole2.cxx +++ b/svx/source/svdraw/svdoole2.cxx @@ -37,7 +37,6 @@ #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/document/XStorageBasedDocument.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/exc_hlp.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/svx/source/svdraw/svdpagv.cxx b/svx/source/svdraw/svdpagv.cxx index 9be7f874c8b1..da88ec5907f3 100644 --- a/svx/source/svdraw/svdpagv.cxx +++ b/svx/source/svdraw/svdpagv.cxx @@ -20,7 +20,6 @@ #include <svx/svdpagv.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/PosSize.hpp> -#include <comphelper/processfactory.hxx> #include <svx/svdoutl.hxx> #include <svx/xpoly.hxx> #include <svx/svdouno.hxx> diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index b08c22ea74a2..3e19d9958b85 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -34,7 +34,6 @@ #include <sfx2/request.hxx> #include <sfx2/basedlgs.hxx> #include <tools/urlobj.hxx> -#include <comphelper/processfactory.hxx> #include <svx/dialogs.hrc> #include <svx/svxids.hrc> diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx index 32b2858098af..aa920871910a 100644 --- a/svx/source/tbxctrls/tbunocontroller.cxx +++ b/svx/source/tbxctrls/tbunocontroller.cxx @@ -31,7 +31,6 @@ #include <svtools/ctrltool.hxx> #include <svtools/ctrlbox.hxx> #include <svtools/toolboxcontroller.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx index 5177177ebca3..cfe346d3cc2f 100644 --- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx +++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx @@ -27,7 +27,6 @@ #include <svx/strings.hrc> #include <svx/dialmgr.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx index f4d00ecd2475..cc160da590ae 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx @@ -34,7 +34,6 @@ #include <unotools/lingucfg.hxx> #include <unotools/linguprops.hxx> #include <unotools/intlwrapper.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx index 062ca7eb9ed9..2f1d6a49cae0 100644 --- a/svx/source/unodraw/recoveryui.cxx +++ b/svx/source/unodraw/recoveryui.cxx @@ -29,7 +29,6 @@ #include <osl/file.hxx> #include <rtl/bootstrap.hxx> #include <rtl/ref.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx index 10fb40bb0124..f13352549638 100644 --- a/svx/source/xml/xmleohlp.cxx +++ b/svx/source/xml/xmleohlp.cxx @@ -37,7 +37,6 @@ #include <svtools/embedhlp.hxx> #include <unotools/ucbstreamhelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/embeddedobjectcontainer.hxx> diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx index 3843a721202e..002b8c45c518 100644 --- a/sw/qa/core/filters-test.cxx +++ b/sw/qa/core/filters-test.cxx @@ -11,7 +11,6 @@ #include <test/bootstrapfixture.hxx> #include <comphelper/fileformat.h> -#include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <sfx2/docfilt.hxx> diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx b/sw/qa/extras/globalfilter/globalfilter.cxx index 0c4d6612c53a..1c4bc6f5e793 100644 --- a/sw/qa/extras/globalfilter/globalfilter.cxx +++ b/sw/qa/extras/globalfilter/globalfilter.cxx @@ -13,7 +13,6 @@ #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/GraphicType.hpp> #include <officecfg/Office/Common.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <unotxdoc.hxx> #include <docsh.hxx> diff --git a/sw/source/core/bastyp/breakit.cxx b/sw/source/core/bastyp/breakit.cxx index 75e961e22130..9fb1f98348fc 100644 --- a/sw/source/core/bastyp/breakit.cxx +++ b/sw/source/core/bastyp/breakit.cxx @@ -27,7 +27,6 @@ #include <editeng/scripttypeitem.hxx> #include <unicode/uchar.h> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <algorithm> using namespace com::sun::star; diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx index cf7eafe65497..0b4c65966f2c 100644 --- a/sw/source/core/fields/reffld.cxx +++ b/sw/source/core/fields/reffld.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/text/ReferenceFieldSource.hpp> #include <unotools/localedatawrapper.hxx> #include <unotools/charclass.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <editeng/unolingu.hxx> #include <doc.hxx> diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx index 9696663301fa..d719537891eb 100644 --- a/sw/source/core/unocore/unofield.cxx +++ b/sw/source/core/unocore/unofield.cxx @@ -47,7 +47,6 @@ #include <docstat.hxx> #include <editsh.hxx> #include <viewsh.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx index fc7fcd406edd..6c283a4cd9d0 100644 --- a/sw/source/filter/basflt/fltini.cxx +++ b/sw/source/filter/basflt/fltini.cxx @@ -54,7 +54,6 @@ #include <swdll.hxx> #include <iodetect.hxx> #include <osl/module.hxx> -#include <comphelper/processfactory.hxx> #include <rtl/bootstrap.hxx> using namespace utl; diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 9de435cbb897..6324318cd45f 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -40,6 +40,7 @@ #include <rdfhelper.hxx> #include "wrtww8.hxx" +#include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <comphelper/string.hxx> #include <comphelper/flagguard.hxx> diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 201191ddd1b2..5fac320981de 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -79,6 +79,7 @@ #include "ww8par.hxx" #include "ww8scan.hxx" #include <oox/token/properties.hxx> +#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index eb37f6ac19d1..a5bd0bc8f571 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -35,6 +35,7 @@ #include <frmatr.hxx> #include "docxattributeoutput.hxx" #include "docxexportfilter.hxx" +#include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index dd2927b29a7f..64312c378894 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -34,7 +34,6 @@ #include <swerror.h> #include <swtypes.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <unotools/localedatawrapper.hxx> #include <i18nlangtag/lang.h> diff --git a/sw/source/filter/xml/xmlitemi.cxx b/sw/source/filter/xml/xmlitemi.cxx index 36b7ad9ccc46..b9e9239f2b62 100644 --- a/sw/source/filter/xml/xmlitemi.cxx +++ b/sw/source/filter/xml/xmlitemi.cxx @@ -37,7 +37,6 @@ #include <editeng/memberids.h> #include <svx/unomid.hxx> -#include <comphelper/processfactory.hxx> #include <hintids.hxx> #include <paratr.hxx> diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx index 0c2a678c2500..f6edd2de9317 100644 --- a/sw/source/ui/envelp/envlop1.cxx +++ b/sw/source/ui/envelp/envlop1.cxx @@ -34,7 +34,6 @@ #include <poolfmt.hxx> #include <view.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <unomid.h> diff --git a/sw/source/ui/table/autoformatpreview.cxx b/sw/source/ui/table/autoformatpreview.cxx index e4d892b54392..c4e1261c1f90 100644 --- a/sw/source/ui/table/autoformatpreview.cxx +++ b/sw/source/ui/table/autoformatpreview.cxx @@ -19,6 +19,7 @@ #include <vcl/builderfactory.hxx> #include <com/sun/star/i18n/BreakIterator.hpp> +#include <comphelper/processfactory.hxx> #include <svtools/scriptedtext.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> #include <strings.hrc> diff --git a/sw/source/ui/utlui/swrenamexnameddlg.cxx b/sw/source/ui/utlui/swrenamexnameddlg.cxx index 44ea13652a21..1b0fabe8be06 100644 --- a/sw/source/ui/utlui/swrenamexnameddlg.cxx +++ b/sw/source/ui/utlui/swrenamexnameddlg.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/view/XViewSettingsSupplier.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> diff --git a/sw/source/ui/vba/vbadocuments.cxx b/sw/source/ui/vba/vbadocuments.cxx index 3594b24daab7..a12d5c91dc75 100644 --- a/sw/source/ui/vba/vbadocuments.cxx +++ b/sw/source/ui/vba/vbadocuments.cxx @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/sw/source/ui/vba/vbaheaderfooterhelper.cxx b/sw/source/ui/vba/vbaheaderfooterhelper.cxx index 5fd2190b02f1..6fb59960b98c 100644 --- a/sw/source/ui/vba/vbaheaderfooterhelper.cxx +++ b/sw/source/ui/vba/vbaheaderfooterhelper.cxx @@ -18,7 +18,6 @@ */ #include "vbaheaderfooterhelper.hxx" #include "wordvbahelper.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/text/XTextRangeCompare.hpp> #include <com/sun/star/text/XTextRange.hpp> diff --git a/sw/source/ui/vba/vbaoptions.cxx b/sw/source/ui/vba/vbaoptions.cxx index 2c2e2af16fb3..dcf505a8adb7 100644 --- a/sw/source/ui/vba/vbaoptions.cxx +++ b/sw/source/ui/vba/vbaoptions.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/util/thePathSettings.hpp> +#include <comphelper/processfactory.hxx> #include <basic/sberrors.hxx> #include <osl/file.hxx> diff --git a/sw/source/ui/vba/vbaoptions.hxx b/sw/source/ui/vba/vbaoptions.hxx index 9d9403564bb9..92994d558942 100644 --- a/sw/source/ui/vba/vbaoptions.hxx +++ b/sw/source/ui/vba/vbaoptions.hxx @@ -22,7 +22,6 @@ #include <ooo/vba/word/XOptions.hpp> #include <vbahelper/vbahelperinterface.hxx> #include <vbahelper/vbapropvalue.hxx> -#include <comphelper/processfactory.hxx> typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XOptions > SwVbaOptions_BASE; diff --git a/sw/source/ui/vba/wordvbahelper.cxx b/sw/source/ui/vba/wordvbahelper.cxx index 0588bba7bb12..d057417ea3d7 100644 --- a/sw/source/ui/vba/wordvbahelper.cxx +++ b/sw/source/ui/vba/wordvbahelper.cxx @@ -18,7 +18,6 @@ */ #include <docsh.hxx> #include "wordvbahelper.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/text/XTextTable.hpp> diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx index 4e787198cce6..072f79a68edc 100644 --- a/sw/source/uibase/app/docstyle.cxx +++ b/sw/source/uibase/app/docstyle.cxx @@ -57,7 +57,6 @@ #include <SwStyleNameMapper.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> -#include <comphelper/processfactory.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/intlwrapper.hxx> #include <numrule.hxx> diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 41e841646bae..5f0f0bfbd21f 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -22,7 +22,6 @@ #include <swtypes.hxx> #include <hintids.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/i18n/ScriptType.hpp> diff --git a/sw/source/uibase/fldui/xfldui.cxx b/sw/source/uibase/fldui/xfldui.cxx index bf31da872e08..31ec4c7c9501 100644 --- a/sw/source/uibase/fldui/xfldui.cxx +++ b/sw/source/uibase/fldui/xfldui.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdb/XQueriesSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <fldmgr.hxx> #include <dbmgr.hxx> #include <wrtsh.hxx> diff --git a/sw/source/uibase/index/idxmrk.cxx b/sw/source/uibase/index/idxmrk.cxx index 9f41aac6f07f..e1f37c9ca245 100644 --- a/sw/source/uibase/index/idxmrk.cxx +++ b/sw/source/uibase/index/idxmrk.cxx @@ -18,7 +18,6 @@ */ #include <hintids.hxx> -#include <comphelper/processfactory.hxx> #include <svl/stritem.hxx> #include <sfx2/dispatch.hxx> #include <svl/eitem.hxx> diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx index 0ff4ada96451..76a7180f709b 100644 --- a/sw/source/uibase/shells/drwtxtex.cxx +++ b/sw/source/uibase/shells/drwtxtex.cxx @@ -18,7 +18,6 @@ */ -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <i18nlangtag/mslangid.hxx> #include <sfx2/bindings.hxx> diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx index 857a7f9cc495..7f86aa969718 100644 --- a/sw/source/uibase/shells/textsh2.cxx +++ b/sw/source/uibase/shells/textsh2.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <sfx2/frame.hxx> #include <fldmgr.hxx> #include <fldbas.hxx> diff --git a/sw/source/uibase/sidebar/StylePresetsPanel.cxx b/sw/source/uibase/sidebar/StylePresetsPanel.cxx index da9d88b2d59a..e515ea30f761 100644 --- a/sw/source/uibase/sidebar/StylePresetsPanel.cxx +++ b/sw/source/uibase/sidebar/StylePresetsPanel.cxx @@ -33,7 +33,6 @@ #include <shellio.hxx> #include <docsh.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/string.hxx> #include <o3tl/make_unique.hxx> diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx index d97c7e31e2b5..1c071806a0fd 100644 --- a/sw/source/uibase/table/chartins.cxx +++ b/sw/source/uibase/table/chartins.cxx @@ -46,7 +46,6 @@ #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/component_context.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <com/sun/star/chart2/data/XDataProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/sw/source/uibase/uiview/uivwimp.cxx b/sw/source/uibase/uiview/uivwimp.cxx index cdb25d80f08c..4a3678340125 100644 --- a/sw/source/uibase/uiview/uivwimp.cxx +++ b/sw/source/uibase/uiview/uivwimp.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/scanner/XScannerManager2.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> -#include <comphelper/processfactory.hxx> #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index 614050ba732f..2fd36e885ddc 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -174,7 +174,6 @@ #include <svx/svdoutl.hxx> #include <svl/languageoptions.hxx> #include <svx/svdview.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <SwSpellDialogChildWindow.hxx> #include <memory> diff --git a/sw/source/uibase/utlui/attrdesc.cxx b/sw/source/uibase/utlui/attrdesc.cxx index 2a0978c24c7f..a329e5a280fd 100644 --- a/sw/source/uibase/utlui/attrdesc.cxx +++ b/sw/source/uibase/utlui/attrdesc.cxx @@ -25,7 +25,6 @@ #include <editeng/itemtype.hxx> #include <unotools/intlwrapper.hxx> -#include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include <fmtanchr.hxx> #include <fmtfsize.hxx> diff --git a/sw/source/uibase/utlui/numfmtlb.cxx b/sw/source/uibase/utlui/numfmtlb.cxx index fcaa66eabe68..099374e13f11 100644 --- a/sw/source/uibase/utlui/numfmtlb.cxx +++ b/sw/source/uibase/utlui/numfmtlb.cxx @@ -18,7 +18,6 @@ */ #include <hintids.hxx> -#include <comphelper/processfactory.hxx> #include <editeng/unolingu.hxx> #include <unotools/localedatawrapper.hxx> #include <i18nlangtag/lang.h> diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index bbd546656d71..b5c71b78e0ae 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -40,7 +40,6 @@ #include <cppuhelper/queryinterface.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <vcl/outdev.hxx> #include <comphelper/types.hxx> diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index 6c8435791883..49bf00d15f73 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -37,7 +37,6 @@ #include <tools/diagnose_ex.h> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> -#include <comphelper/processfactory.hxx> #include <toolkit/helper/property.hxx> #include <toolkit/helper/servicenames.hxx> #include <toolkit/awt/vclxwindow.hxx> diff --git a/toolkit/source/controls/unocontrolbase.cxx b/toolkit/source/controls/unocontrolbase.cxx index d5648869a69e..8ecd3710347c 100644 --- a/toolkit/source/controls/unocontrolbase.cxx +++ b/toolkit/source/controls/unocontrolbase.cxx @@ -22,7 +22,6 @@ #include <toolkit/controls/unocontrolbase.hxx> #include <toolkit/helper/property.hxx> -#include <comphelper/processfactory.hxx> #include <tools/debug.hxx> diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index 0feaf1e9f039..2e8327b98f0a 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -42,7 +42,6 @@ #include <com/sun/star/lang/Locale.hpp> #include <unotools/localedatawrapper.hxx> #include <unotools/configmgr.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <comphelper/extract.hxx> #include <vcl/svapp.hxx> diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index 697c8bbafa1a..151536d44baa 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/awt/WindowEvent.hpp> -#include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> diff --git a/ucb/source/core/ucbcmds.cxx b/ucb/source/core/ucbcmds.cxx index fd9feaab6278..edb8347ad928 100644 --- a/ucb/source/core/ucbcmds.cxx +++ b/ucb/source/core/ucbcmds.cxx @@ -19,7 +19,6 @@ #include <memory> #include <osl/diagnose.h> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/ucb/source/ucp/cmis/cmis_repo_content.cxx b/ucb/source/ucp/cmis/cmis_repo_content.cxx index ed87ad5f3323..2cf797395591 100644 --- a/ucb/source/ucp/cmis/cmis_repo_content.cxx +++ b/ucb/source/ucp/cmis/cmis_repo_content.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/xml/crypto/NSSInitializer.hpp> #endif -#include <comphelper/processfactory.hxx> #include <config_oauth2.h> #include <rtl/uri.hxx> #include <ucbhelper/cancelcommandexecution.hxx> diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index a581f262a921..1bd0be9300b5 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -38,7 +38,6 @@ #include <ucbhelper/cancelcommandexecution.hxx> #include <ucbhelper/content.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/uri.hxx> diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx index c60dbc7b58e1..255219ce02b6 100644 --- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx +++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/deployment/PackageInformationProvider.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <ucbhelper/contentidentifier.hxx> -#include <comphelper/processfactory.hxx> #include <ucbhelper/providerhelper.hxx> #include <ucbhelper/content.hxx> #include <ucbhelper/propertyvalueset.hxx> diff --git a/ucb/source/ucp/ext/ucpext_resultset.cxx b/ucb/source/ucp/ext/ucpext_resultset.cxx index 88bcd3594eb4..d2c5dc414d21 100644 --- a/ucb/source/ucp/ext/ucpext_resultset.cxx +++ b/ucb/source/ucp/ext/ucpext_resultset.cxx @@ -22,7 +22,6 @@ #include "ucpext_datasupplier.hxx" #include <ucbhelper/resultset.hxx> -#include <comphelper/processfactory.hxx> namespace ucb { namespace ucp { namespace ext diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx index 711f473db6ea..9e5f067bddcf 100644 --- a/ucb/source/ucp/file/filrow.cxx +++ b/ucb/source/ucp/file/filrow.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/script/CannotConvertException.hpp> #include <com/sun/star/script/Converter.hpp> #include <com/sun/star/sdbc/SQLException.hpp> -#include <comphelper/processfactory.hxx> using namespace fileaccess; using namespace com::sun::star; diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx index d53310a5928c..9fecafdcc83c 100644 --- a/ucb/source/ucp/ftp/ftpcontent.cxx +++ b/ucb/source/ucp/ftp/ftpcontent.cxx @@ -40,7 +40,6 @@ #include <string.h> #include "curl.hxx" #include <curl/easy.h> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <ucbhelper/cancelcommandexecution.hxx> #include <ucbhelper/contentidentifier.hxx> diff --git a/ucb/source/ucp/ftp/ftpresultsetI.cxx b/ucb/source/ucp/ftp/ftpresultsetI.cxx index 316f9f7e4d64..a6163aaa4f2b 100644 --- a/ucb/source/ucp/ftp/ftpresultsetI.cxx +++ b/ucb/source/ucp/ftp/ftpresultsetI.cxx @@ -18,7 +18,6 @@ */ -#include <comphelper/processfactory.hxx> #include <ucbhelper/propertyvalueset.hxx> #include <rtl/ref.hxx> #include <com/sun/star/ucb/Command.hpp> diff --git a/ucb/source/ucp/ftp/ftpresultsetbase.cxx b/ucb/source/ucp/ftp/ftpresultsetbase.cxx index 7cefa0215de8..d033bd0cf495 100644 --- a/ucb/source/ucp/ftp/ftpresultsetbase.cxx +++ b/ucb/source/ucp/ftp/ftpresultsetbase.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <ucbhelper/contentidentifier.hxx> #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/ucb/OpenMode.hpp> diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index f784fabe6411..888a8513f3ff 100644 --- a/ucb/source/ucp/gio/gio_content.cxx +++ b/ucb/source/ucp/gio/gio_content.cxx @@ -57,7 +57,6 @@ #include <com/sun/star/ucb/XDynamicResultSet.hpp> #include <com/sun/star/ucb/XContentCreator.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/seekableinput.hxx> #include <cppuhelper/exc_hlp.hxx> #include <ucbhelper/contentidentifier.hxx> diff --git a/ucb/source/ucp/gio/gio_resultset.cxx b/ucb/source/ucp/gio/gio_resultset.cxx index fd48260548ea..ee836bd0ee94 100644 --- a/ucb/source/ucp/gio/gio_resultset.cxx +++ b/ucb/source/ucp/gio/gio_resultset.cxx @@ -19,7 +19,6 @@ #include "gio_datasupplier.hxx" #include "gio_resultset.hxx" -#include <comphelper/processfactory.hxx> using namespace com::sun::star::lang; using namespace com::sun::star::ucb; diff --git a/ucb/source/ucp/hierarchy/dynamicresultset.cxx b/ucb/source/ucp/hierarchy/dynamicresultset.cxx index dfa842af06e1..e5d863bee9a4 100644 --- a/ucb/source/ucp/hierarchy/dynamicresultset.cxx +++ b/ucb/source/ucp/hierarchy/dynamicresultset.cxx @@ -28,7 +28,6 @@ *************************************************************************/ #include "hierarchydatasupplier.hxx" #include "dynamicresultset.hxx" -#include <comphelper/processfactory.hxx> using namespace com::sun::star; using namespace hierarchy_ucp; diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx index 76c0d94f1398..c0eb49e30aa6 100644 --- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx +++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx @@ -62,7 +62,6 @@ #include <com/sun/star/ucb/XPersistentPropertySet.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/propertyvalueset.hxx> diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx index c5269cc7e5a3..9f0e0048bc65 100644 --- a/ucb/source/ucp/package/pkgcontent.cxx +++ b/ucb/source/ucp/package/pkgcontent.cxx @@ -62,7 +62,6 @@ #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/propertyvalueset.hxx> diff --git a/ucb/source/ucp/package/pkgresultset.cxx b/ucb/source/ucp/package/pkgresultset.cxx index d4732094c136..3d0052725189 100644 --- a/ucb/source/ucp/package/pkgresultset.cxx +++ b/ucb/source/ucp/package/pkgresultset.cxx @@ -28,7 +28,6 @@ *************************************************************************/ #include "pkgdatasupplier.hxx" #include "pkgresultset.hxx" -#include <comphelper/processfactory.hxx> using namespace com::sun::star; diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx index 67984008aabd..1d16c4c323cd 100644 --- a/ucb/source/ucp/tdoc/tdoc_content.cxx +++ b/ucb/source/ucp/tdoc/tdoc_content.cxx @@ -61,7 +61,6 @@ #include <com/sun/star/ucb/XCommandInfo.hpp> #include <com/sun/star/ucb/XPersistentPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <ucbhelper/cancelcommandexecution.hxx> #include <ucbhelper/contentidentifier.hxx> diff --git a/ucb/source/ucp/tdoc/tdoc_resultset.cxx b/ucb/source/ucp/tdoc/tdoc_resultset.cxx index 6b0911ac25bc..c94e5191d18b 100644 --- a/ucb/source/ucp/tdoc/tdoc_resultset.cxx +++ b/ucb/source/ucp/tdoc/tdoc_resultset.cxx @@ -32,7 +32,6 @@ #include "tdoc_datasupplier.hxx" #include "tdoc_resultset.hxx" #include "tdoc_content.hxx" -#include <comphelper/processfactory.hxx> using namespace com::sun::star; using namespace tdoc_ucp; diff --git a/ucb/source/ucp/tdoc/tdoc_storage.cxx b/ucb/source/ucp/tdoc/tdoc_storage.cxx index 0590239435ec..c1f393eae31f 100644 --- a/ucb/source/ucp/tdoc/tdoc_storage.cxx +++ b/ucb/source/ucp/tdoc/tdoc_storage.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/packages/NoEncryptionException.hpp> #include <osl/diagnose.h> -#include <comphelper/processfactory.hxx> #include "tdoc_uri.hxx" #include "tdoc_docmgr.hxx" diff --git a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx index c96dfc02ee98..67939f3b4126 100644 --- a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/ucb/XWebDAVCommandEnvironment.hpp> #include <ucbhelper/simpleauthenticationrequest.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/seekableinput.hxx> #include "DAVAuthListenerImpl.hxx" diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 1c8327545268..843e844b4462 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -34,7 +34,6 @@ *************************************************************************/ #include <memory> -#include <comphelper/processfactory.hxx> #include <osl/diagnose.h> #include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> diff --git a/ucb/source/ucp/webdav-neon/webdavresultset.cxx b/ucb/source/ucp/webdav-neon/webdavresultset.cxx index a4135564fb1b..d7b70c3d8794 100644 --- a/ucb/source/ucp/webdav-neon/webdavresultset.cxx +++ b/ucb/source/ucp/webdav-neon/webdavresultset.cxx @@ -37,7 +37,6 @@ *************************************************************************/ #include "webdavresultset.hxx" #include "DAVSession.hxx" -#include <comphelper/processfactory.hxx> using namespace com::sun::star; using namespace webdav_ucp; diff --git a/ucb/source/ucp/webdav/webdavresultset.cxx b/ucb/source/ucp/webdav/webdavresultset.cxx index 9233a5de8061..dfe3f8816317 100644 --- a/ucb/source/ucp/webdav/webdavresultset.cxx +++ b/ucb/source/ucp/webdav/webdavresultset.cxx @@ -28,8 +28,6 @@ #include "webdavresultset.hxx" #include "DAVSession.hxx" -#include <comphelper/processfactory.hxx> - using namespace com::sun::star; using namespace http_dav_ucp; diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 1a2b9f7d11d1..0ee2a75ded14 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -23,7 +23,6 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <unotools/configpaths.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XChangesListener.hpp> diff --git a/unotools/source/config/saveopt.cxx b/unotools/source/config/saveopt.cxx index 26608c5b0f04..85258c7b3cfd 100644 --- a/unotools/source/config/saveopt.cxx +++ b/unotools/source/config/saveopt.cxx @@ -31,7 +31,6 @@ #include <osl/diagnose.h> #include <osl/mutex.hxx> -#include <comphelper/processfactory.hxx> #include <officecfg/Office/Recovery.hxx> using namespace utl; diff --git a/unotools/source/misc/ZipPackageHelper.cxx b/unotools/source/misc/ZipPackageHelper.cxx index 6d532e37b171..bfdd3b3c0902 100644 --- a/unotools/source/misc/ZipPackageHelper.cxx +++ b/unotools/source/misc/ZipPackageHelper.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <unotools/ZipPackageHelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/oslfile2streamwrap.hxx> #include <comphelper/storagehelper.hxx> #include <osl/file.hxx> diff --git a/unotools/source/misc/syslocale.cxx b/unotools/source/misc/syslocale.cxx index 017ec3b9c52c..a2dd62767832 100644 --- a/unotools/source/misc/syslocale.cxx +++ b/unotools/source/misc/syslocale.cxx @@ -24,7 +24,6 @@ #include <unotools/syslocale.hxx> #include <unotools/syslocaleoptions.hxx> #include <comphelper/lok.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <rtl/tencinfo.h> #include <rtl/locale.h> diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx index 5a2f6fc294fd..d6579bcfe7a2 100644 --- a/unotools/source/ucbhelper/tempfile.cxx +++ b/unotools/source/ucbhelper/tempfile.cxx @@ -23,7 +23,6 @@ #include <utility> #include <com/sun/star/ucb/UniversalContentBroker.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/tempfile.hxx> #include <unotools/localfilehelper.hxx> #include <rtl/ustring.hxx> diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx index 5126164091dd..234289e69454 100644 --- a/unoxml/qa/unit/domtest.cxx +++ b/unoxml/qa/unit/domtest.cxx @@ -23,7 +23,6 @@ #include <osl/process.h> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/basemutex.hxx> diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 2e88d43191db..3897469c87ec 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> - #include <com/sun/star/task/DocumentPasswordRequest.hpp> #include <com/sun/star/task/DocumentPasswordRequest2.hpp> #include <com/sun/star/task/DocumentMSPasswordRequest.hpp> diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 60f281e1d4c5..0d95eab2ecce 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -73,7 +73,6 @@ #include <svtools/sfxecode.hxx> #include <unotools/configmgr.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/namedvaluecollection.hxx> #include <typelib/typedescription.hxx> #include <unotools/confignode.hxx> diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index c2efb7dfb6e4..365718830efb 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/FolderPicker.hpp> -#include <comphelper/processfactory.hxx> using namespace com::sun::star; diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index 6687cfb68f0f..9ff629e5b345 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -22,7 +22,6 @@ #include <ids.hxx> #include "sslwarndlg.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> using namespace css; diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx index fc2738588892..3d92b74455ae 100644 --- a/uui/source/unknownauthdlg.cxx +++ b/uui/source/unknownauthdlg.cxx @@ -21,7 +21,6 @@ #include <strings.hrc> #include "unknownauthdlg.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> diff --git a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx index 777e7a3695b7..b2d01cfa633f 100644 --- a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx +++ b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/theWindowStateConfiguration.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/random.hxx> #include <vbahelper/vbahelper.hxx> #include <rtl/ustrbuf.hxx> diff --git a/vbahelper/source/vbahelper/vbadocumentsbase.cxx b/vbahelper/source/vbahelper/vbadocumentsbase.cxx index 8dcee9b817f2..e3dc980c1c27 100644 --- a/vbahelper/source/vbahelper/vbadocumentsbase.cxx +++ b/vbahelper/source/vbahelper/vbadocumentsbase.cxx @@ -20,7 +20,6 @@ #include <vbahelper/vbadocumentsbase.hxx> #include <unotools/mediadescriptor.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/vbahelper/source/vbahelper/vbaglobalbase.cxx b/vbahelper/source/vbahelper/vbaglobalbase.cxx index 8212816dee0a..cc0f22c107c5 100644 --- a/vbahelper/source/vbahelper/vbaglobalbase.cxx +++ b/vbahelper/source/vbahelper/vbaglobalbase.cxx @@ -21,7 +21,6 @@ #include <cppuhelper/component_context.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 2f87c0c45369..ca4ddbbfcca8 100644 --- a/vcl/source/app/i18nhelp.cxx +++ b/vcl/source/app/i18nhelp.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/transliterationwrapper.hxx> diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 10d4326228cc..33420e5456fc 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -19,8 +19,6 @@ #include <config_features.h> -#include <comphelper/processfactory.hxx> - #include <osl/module.h> #include <osl/file.hxx> #include <osl/thread.h> diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index a1307ae5f045..f0f38ac32178 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <comphelper/lok.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 11ffeca1321a..8d5fec70ec8a 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -19,7 +19,6 @@ #include <sal/config.h> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx index 6d9d972efc55..a444ed0d70cf 100644 --- a/vcl/source/gdi/graph.cxx +++ b/vcl/source/gdi/graph.cxx @@ -23,7 +23,6 @@ #include <vcl/graph.hxx> #include <vcl/metaact.hxx> #include <impgraph.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index ac9703fd5e2d..22698064a399 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -80,7 +80,6 @@ #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XServiceName.hpp> -#include <comphelper/processfactory.hxx> #include <sal/macros.h> #include <rtl/strbuf.hxx> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index bd0e72c22ada..cc1bff6fc4c9 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -10,7 +10,6 @@ #include <memory> #include <com/sun/star/packages/zip/ZipFileAccess.hpp> -#include <comphelper/processfactory.hxx> #include <i18nutil/unicode.hxx> #include <osl/module.hxx> #include <osl/file.hxx> diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx index 3be9ffe7ca6b..1496dfd2af90 100644 --- a/vcl/source/window/syschild.cxx +++ b/vcl/source/window/syschild.cxx @@ -35,11 +35,6 @@ #if HAVE_FEATURE_JAVA #include <jni.h> -#endif - -#include <comphelper/processfactory.hxx> - -#if HAVE_FEATURE_JAVA #include <jvmaccess/virtualmachine.hxx> #include <com/sun/star/java/JavaVirtualMachine.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx b/vcl/unx/generic/fontmanager/fontmanager.cxx index 97bb6162b3c4..3b54aa3845a5 100644 --- a/vcl/unx/generic/fontmanager/fontmanager.cxx +++ b/vcl/unx/generic/fontmanager/fontmanager.cxx @@ -65,7 +65,6 @@ #include <valgrind/callgrind.h> #endif -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <com/sun/star/beans/XMaterialHolder.hpp> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx index daa066ad6577..252798960ad7 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/uri/ExternalUriReferenceTranslator.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> -#include <comphelper/processfactory.hxx> #include <rtl/process.h> #include <osl/diagnose.h> #include <vcl/svapp.hxx> diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx index 24fa36ed96f6..218109265332 100644 --- a/vcl/unx/gtk/salprn-gtk.cxx +++ b/vcl/unx/gtk/salprn-gtk.cxx @@ -22,8 +22,6 @@ #include <gtk/gtk.h> -#include <comphelper/processfactory.hxx> - #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/document/XExporter.hpp> diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 79cd1087eb27..963f311ae2aa 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/Rectangle.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/misccfg.hxx> #include <officecfg/Office/Common.hxx> diff --git a/xmlhelp/source/cxxhelp/provider/content.cxx b/xmlhelp/source/cxxhelp/provider/content.cxx index f4f299d724cc..e785daa4b1fa 100644 --- a/xmlhelp/source/cxxhelp/provider/content.cxx +++ b/xmlhelp/source/cxxhelp/provider/content.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/ucb/UnsupportedDataSinkException.hpp> #include <com/sun/star/io/XActiveDataStreamer.hpp> #include <com/sun/star/ucb/XPersistentPropertySet.hpp> -#include <comphelper/processfactory.hxx> #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/propertyvalueset.hxx> #include <ucbhelper/cancelcommandexecution.hxx> diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx index 8d5fb3f3722a..9a36812d1172 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> #include <ucbhelper/contentidentifier.hxx> #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/ucb/OpenMode.hpp> diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 69f30b06130d..485712502737 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -19,7 +19,6 @@ #include <iterator> -#include <comphelper/processfactory.hxx> #include <com/sun/star/ucb/Command.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/i18n/Transliteration.hpp> diff --git a/xmloff/source/core/DocumentSettingsContext.cxx b/xmloff/source/core/DocumentSettingsContext.cxx index 8d4c2c05ba59..ac9c05af753d 100644 --- a/xmloff/source/core/DocumentSettingsContext.cxx +++ b/xmloff/source/core/DocumentSettingsContext.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmluconv.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/base64.hxx> #include <vector> diff --git a/xmloff/source/core/SettingsExportHelper.cxx b/xmloff/source/core/SettingsExportHelper.cxx index 045028a423f8..8e9bfa2b637b 100644 --- a/xmloff/source/core/SettingsExportHelper.cxx +++ b/xmloff/source/core/SettingsExportHelper.cxx @@ -27,7 +27,6 @@ #include <tools/diagnose_ex.h> #include <comphelper/base64.hxx> #include <comphelper/extract.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/linguistic2/XSupportedLocales.hpp> #include <com/sun/star/i18n/XForbiddenCharacters.hpp> diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 23c21d3c7314..f474cb7959cb 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -56,7 +56,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <comphelper/extract.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/documentconstants.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/propertysequence.hxx> diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx index f4819e1c9517..ee92f3e4bb5a 100644 --- a/xmloff/source/core/xmluconv.cxx +++ b/xmloff/source/core/xmluconv.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/i18n/CharacterClassification.hpp> #include <com/sun/star/i18n/UnicodeType.hpp> #include <basegfx/vector/b3dvector.hxx> -#include <comphelper/processfactory.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/meta/MetaImportComponent.cxx b/xmloff/source/meta/MetaImportComponent.cxx index 6f5d7c0d1a5f..a190b2f97fb6 100644 --- a/xmloff/source/meta/MetaImportComponent.cxx +++ b/xmloff/source/meta/MetaImportComponent.cxx @@ -22,7 +22,6 @@ #include <xmloff/xmlmetai.hxx> #include <xmloff/nmspmap.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <xmloff/xmlimp.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/document/XDocumentProperties.hpp> diff --git a/xmloff/source/script/xmlbasici.cxx b/xmloff/source/script/xmlbasici.cxx index a9ab4dae7a64..0a7e5163e5d0 100644 --- a/xmloff/source/script/xmlbasici.cxx +++ b/xmloff/source/script/xmlbasici.cxx @@ -22,7 +22,6 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/xmlimp.hxx> #include <com/sun/star/document/XMLOasisBasicImporter.hpp> -#include <comphelper/processfactory.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx index 2ac4fb7d543d..d4dc1b2b67bd 100644 --- a/xmlscript/source/inc/xml_import.hxx +++ b/xmlscript/source/inc/xml_import.hxx @@ -22,7 +22,6 @@ #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/processfactory.hxx> #include <com/sun/star/xml/input/XRoot.hpp> #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx index 24e5a4c3eb2f..d0daa3746c65 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/Writer.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <xmlscript/xml_helper.hxx> #include <xmlscript/xmldlg_imexp.hxx> diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 7af6c0abbe65..5b1996259a9c 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/xml/sax/SAXException.hpp> #include <sal/log.hxx> -#include <comphelper/processfactory.hxx> #include <i18nlangtag/languagetag.hxx> using namespace ::com::sun::star; diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx index 7df6bc14f91a..5454dbdb26b8 100644 --- a/xmlsecurity/source/dialogs/certificatechooser.cxx +++ b/xmlsecurity/source/dialogs/certificatechooser.cxx @@ -23,7 +23,6 @@ #include <biginteger.hxx> #include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp> #include <comphelper/sequence.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/security/NoPasswordException.hpp> #include <com/sun/star/security/CertificateCharacters.hpp> diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx index e044f14f7e5d..8289440b8b1e 100644 --- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx +++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/xml/crypto/XXMLSignatureTemplate.hpp> #include <com/sun/star/xml/wrapper/XXMLElementWrapper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/diagnose.h> diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx index ac45855f3de5..30e7b8fab1d4 100644 --- a/xmlsecurity/source/framework/signatureverifierimpl.cxx +++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/xml/crypto/XXMLSignatureTemplate.hpp> #include <com/sun/star/xml/wrapper/XXMLElementWrapper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/diagnose.h> diff --git a/xmlsecurity/source/gpg/SEInitializer.cxx b/xmlsecurity/source/gpg/SEInitializer.cxx index c1c9d450183a..e7c1910769d7 100644 --- a/xmlsecurity/source/gpg/SEInitializer.cxx +++ b/xmlsecurity/source/gpg/SEInitializer.cxx @@ -9,7 +9,6 @@ #include <config_gpgme.h> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <gpg/SEInitializer.hxx> #include "SecurityEnvironment.hxx" |