diff options
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 1 | ||||
-rw-r--r-- | basic/source/comp/scanner.cxx | 1 | ||||
-rw-r--r-- | basic/source/sbx/sbxdate.cxx | 1 | ||||
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 1 | ||||
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 95d06630e1d2..20751a1202c0 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -32,7 +32,6 @@ #include <tools/diagnose_ex.h> #include <basic/sbmod.hxx> #include <unotools/intlwrapper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <o3tl/make_unique.hxx> diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index 8b038834d8c7..f29b5c2a5d9f 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -23,7 +23,6 @@ #include <runtime.hxx> #include <i18nlangtag/lang.h> -#include <comphelper/processfactory.hxx> #include <svl/zforlist.hxx> #include <vcl/svapp.hxx> diff --git a/basic/source/sbx/sbxdate.cxx b/basic/source/sbx/sbxdate.cxx index 22afc5635d7c..abf30c202e7d 100644 --- a/basic/source/sbx/sbxdate.cxx +++ b/basic/source/sbx/sbxdate.cxx @@ -29,7 +29,6 @@ #include <runtime.hxx> #include <sbintern.hxx> #include <math.h> -#include <comphelper/processfactory.hxx> #include <memory> #include <config_features.h> diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 4a829e09d8f6..dc598bb05d0f 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -47,7 +47,6 @@ #include <rtl/strbuf.hxx> #include <rtl/character.hxx> #include <svl/zforlist.hxx> -#include <comphelper/processfactory.hxx> #include <o3tl/make_unique.hxx> diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index 822583497cc2..3f391e81b03f 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/task/ErrorCodeIOException.hpp> #include <com/sun/star/script/ModuleType.hpp> -#include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> |