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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/source/app/i18nhelp.cxx | 1 | ||||
-rw-r--r-- | vcl/source/app/svapp.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/ctrl.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/field.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/graph.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/accessibility.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/builder.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/syschild.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/generic/fontmanager/fontmanager.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkPicker.cxx | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/salprn-gtk.cxx | 2 | ||||
-rw-r--r-- | vcl/win/window/salframe.cxx | 1 |
12 files changed, 0 insertions, 18 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> 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> |