diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-31 17:33:32 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-01 12:11:26 +0200 |
commit | 9401c7c28a91c4195f7d767bd46658fd08300c72 (patch) | |
tree | 7c9707fcb3629f93c830810e66916696a3f58a1d /ucb | |
parent | 6f92c49f3801589202c58739e89b08b525a4d279 (diff) |
remove unused processfactory.hxx includes
and fix fallout
Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
Reviewed-on: https://gerrit.libreoffice.org/52206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'ucb')
22 files changed, 0 insertions, 23 deletions
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; |