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 /cui/source/dialogs | |
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 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/hlmailtp.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/postdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 1b9d9957e641..3d6be7d6acd5 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -35,7 +35,6 @@ #include <editeng/splwrap.hxx> #include <linguistic/lngprops.hxx> #include <linguistic/misc.hxx> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceDisplayName.hpp> diff --git a/cui/source/dialogs/hlmailtp.cxx b/cui/source/dialogs/hlmailtp.cxx index 1362c0c984ba..f3f9cbc9ed39 100644 --- a/cui/source/dialogs/hlmailtp.cxx +++ b/cui/source/dialogs/hlmailtp.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <sfx2/request.hxx> -#include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> #include <unotools/pathoptions.hxx> #include <unotools/moduleoptions.hxx> diff --git a/cui/source/dialogs/postdlg.cxx b/cui/source/dialogs/postdlg.cxx index a79630834e9e..986d6a11eb4f 100644 --- a/cui/source/dialogs/postdlg.cxx +++ b/cui/source/dialogs/postdlg.cxx @@ -25,7 +25,6 @@ #include <svl/itemset.hxx> #include <unotools/useroptions.hxx> #include <unotools/localedatawrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svx/svxids.hrc> #include <svx/postattr.hxx> diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 3bd8b5cfd451..3a5e1eeee285 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -39,7 +39,6 @@ #include <svtools/langtab.hxx> #include <unotools/lingucfg.hxx> #include <i18nlangtag/mslangid.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <osl/file.hxx> #include <o3tl/make_unique.hxx> |