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 /comphelper/source | |
parent | 6f92c49f3801589202c58739e89b08b525a4d279 (diff) |
remove unused processfactory.hxx includes
and fix fallout
Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
Reviewed-on: https://gerrit.libreoffice.org/52206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'comphelper/source')
4 files changed, 0 insertions, 4 deletions
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; |