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 /dtrans | |
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 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/DOTransferable.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/XTDataObject.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx index 2b84729199f6..2b3f5ff2e890 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.cxx +++ b/dtrans/source/win32/dtobj/DOTransferable.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> #include <com/sun/star/io/IOException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <comphelper/processfactory.hxx> using namespace std; using namespace osl; diff --git a/dtrans/source/win32/dtobj/XTDataObject.cxx b/dtrans/source/win32/dtobj/XTDataObject.cxx index c825d96f1df8..2fba02835ec1 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.cxx +++ b/dtrans/source/win32/dtobj/XTDataObject.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/awt/AsyncCallback.hpp> #include <com/sun/star/awt/XCallback.hpp> #include "FmtFilter.hxx" -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #if !defined WIN32_LEAN_AND_MEAN |