diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-18 12:41:05 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-19 07:38:49 +0100 |
commit | b2147abdf6dd82096fb4441e97090ed00a21e985 (patch) | |
tree | 8041add0d4fa6c55309eff8334762530ab406a39 /svtools/source/misc | |
parent | 7be3dfa4b4705725be4987beeb79dbe5f6a4edae (diff) |
remove unused ucbstreamhelper includes
and a few vclunohelper includes
Change-Id: I4803605766d155fe5044c2a65c0444631146831c
Reviewed-on: https://gerrit.libreoffice.org/51496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/imageresourceaccess.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/transfer2.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx index 8cfabbc51c73..92e0fd5c97cd 100644 --- a/svtools/source/misc/imageresourceaccess.cxx +++ b/svtools/source/misc/imageresourceaccess.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/io/XStream.hpp> #include <osl/diagnose.h> -#include <unotools/ucbstreamhelper.hxx> #include <tools/stream.hxx> #include <unotools/streamwrap.hxx> #include <cppuhelper/implbase.hxx> diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx index 701e9c870682..a06fb064eb01 100644 --- a/svtools/source/misc/transfer2.cxx +++ b/svtools/source/misc/transfer2.cxx @@ -18,7 +18,6 @@ */ #include <osl/mutex.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <sot/exchange.hxx> #include <sot/storage.hxx> #include <vcl/bitmap.hxx> |