diff options
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/configitem.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/saveopt.cxx | 1 | ||||
-rw-r--r-- | unotools/source/misc/ZipPackageHelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/misc/syslocale.cxx | 1 | ||||
-rw-r--r-- | unotools/source/ucbhelper/tempfile.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 1a2b9f7d11d1..0ee2a75ded14 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -23,7 +23,6 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <unotools/configpaths.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XChangesListener.hpp> diff --git a/unotools/source/config/saveopt.cxx b/unotools/source/config/saveopt.cxx index 26608c5b0f04..85258c7b3cfd 100644 --- a/unotools/source/config/saveopt.cxx +++ b/unotools/source/config/saveopt.cxx @@ -31,7 +31,6 @@ #include <osl/diagnose.h> #include <osl/mutex.hxx> -#include <comphelper/processfactory.hxx> #include <officecfg/Office/Recovery.hxx> using namespace utl; diff --git a/unotools/source/misc/ZipPackageHelper.cxx b/unotools/source/misc/ZipPackageHelper.cxx index 6d532e37b171..bfdd3b3c0902 100644 --- a/unotools/source/misc/ZipPackageHelper.cxx +++ b/unotools/source/misc/ZipPackageHelper.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <unotools/ZipPackageHelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/oslfile2streamwrap.hxx> #include <comphelper/storagehelper.hxx> #include <osl/file.hxx> diff --git a/unotools/source/misc/syslocale.cxx b/unotools/source/misc/syslocale.cxx index 017ec3b9c52c..a2dd62767832 100644 --- a/unotools/source/misc/syslocale.cxx +++ b/unotools/source/misc/syslocale.cxx @@ -24,7 +24,6 @@ #include <unotools/syslocale.hxx> #include <unotools/syslocaleoptions.hxx> #include <comphelper/lok.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <rtl/tencinfo.h> #include <rtl/locale.h> diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx index 5a2f6fc294fd..d6579bcfe7a2 100644 --- a/unotools/source/ucbhelper/tempfile.cxx +++ b/unotools/source/ucbhelper/tempfile.cxx @@ -23,7 +23,6 @@ #include <utility> #include <com/sun/star/ucb/UniversalContentBroker.hpp> -#include <comphelper/processfactory.hxx> #include <unotools/tempfile.hxx> #include <unotools/localfilehelper.hxx> #include <rtl/ustring.hxx> |