summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-03-31 17:33:32 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2018-04-01 12:11:26 +0200
commit9401c7c28a91c4195f7d767bd46658fd08300c72 (patch)
tree7c9707fcb3629f93c830810e66916696a3f58a1d /vcl/source
parent6f92c49f3801589202c58739e89b08b525a4d279 (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 'vcl/source')
-rw-r--r--vcl/source/app/i18nhelp.cxx1
-rw-r--r--vcl/source/app/svapp.cxx2
-rw-r--r--vcl/source/control/ctrl.cxx1
-rw-r--r--vcl/source/control/field.cxx1
-rw-r--r--vcl/source/gdi/graph.cxx1
-rw-r--r--vcl/source/window/accessibility.cxx1
-rw-r--r--vcl/source/window/builder.cxx1
-rw-r--r--vcl/source/window/syschild.cxx5
8 files changed, 0 insertions, 13 deletions
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>