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 /uui/source | |
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 'uui/source')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 2 | ||||
-rw-r--r-- | uui/source/iahndl.cxx | 1 | ||||
-rw-r--r-- | uui/source/logindlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/sslwarndlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/unknownauthdlg.cxx | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 2e88d43191db..3897469c87ec 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> - #include <com/sun/star/task/DocumentPasswordRequest.hpp> #include <com/sun/star/task/DocumentPasswordRequest2.hpp> #include <com/sun/star/task/DocumentMSPasswordRequest.hpp> diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 60f281e1d4c5..0d95eab2ecce 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -73,7 +73,6 @@ #include <svtools/sfxecode.hxx> #include <unotools/configmgr.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/namedvaluecollection.hxx> #include <typelib/typedescription.hxx> #include <unotools/confignode.hxx> diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index c2efb7dfb6e4..365718830efb 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/FolderPicker.hpp> -#include <comphelper/processfactory.hxx> using namespace com::sun::star; diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index 6687cfb68f0f..9ff629e5b345 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -22,7 +22,6 @@ #include <ids.hxx> #include "sslwarndlg.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> using namespace css; diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx index fc2738588892..3d92b74455ae 100644 --- a/uui/source/unknownauthdlg.cxx +++ b/uui/source/unknownauthdlg.cxx @@ -21,7 +21,6 @@ #include <strings.hrc> #include "unknownauthdlg.hxx" -#include <comphelper/processfactory.hxx> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> |