diff options
Diffstat (limited to 'vcl/source')
-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 |
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> |