summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-03-31 17:33:32 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2018-04-01 12:11:26 +0200
commit9401c7c28a91c4195f7d767bd46658fd08300c72 (patch)
tree7c9707fcb3629f93c830810e66916696a3f58a1d /package
parent6f92c49f3801589202c58739e89b08b525a4d279 (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 'package')
-rw-r--r--package/source/xstor/switchpersistencestream.cxx1
-rw-r--r--package/source/zippackage/ZipPackageStream.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/package/source/xstor/switchpersistencestream.cxx b/package/source/xstor/switchpersistencestream.cxx
index a7d970e8b885..5d96d626d9d3 100644
--- a/package/source/xstor/switchpersistencestream.cxx
+++ b/package/source/xstor/switchpersistencestream.cxx
@@ -21,7 +21,6 @@
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/TempFile.hpp>
-#include <comphelper/processfactory.hxx>
#include <comphelper/storagehelper.hxx>
#include "switchpersistencestream.hxx"
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index ec9c4e6a8c5d..908a093cb62d 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -45,7 +45,6 @@
#include <osl/diagnose.h>
#include "wrapstreamforshare.hxx"
-#include <comphelper/processfactory.hxx>
#include <comphelper/seekableinput.hxx>
#include <comphelper/storagehelper.hxx>
#include <cppuhelper/exc_hlp.hxx>