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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/source/controls/controlmodelcontainerbase.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/dialogcontrol.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/tabpagemodel.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index 0b730e366fb6..bbd546656d71 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -44,7 +44,6 @@ #include <vcl/outdev.hxx> #include <comphelper/types.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <vcl/graph.hxx> #include <vcl/image.hxx> diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx index a20b22ad81c9..f7a7ed229bc1 100644 --- a/toolkit/source/controls/dialogcontrol.cxx +++ b/toolkit/source/controls/dialogcontrol.cxx @@ -38,7 +38,6 @@ #include <comphelper/sequence.hxx> #include <vcl/outdev.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <vcl/graph.hxx> #include <vcl/image.hxx> #include <cppuhelper/implbase.hxx> diff --git a/toolkit/source/controls/tabpagemodel.cxx b/toolkit/source/controls/tabpagemodel.cxx index c7e75c5e9baf..e5afd1c4be25 100644 --- a/toolkit/source/controls/tabpagemodel.cxx +++ b/toolkit/source/controls/tabpagemodel.cxx @@ -35,7 +35,6 @@ #include <comphelper/sequence.hxx> #include <vcl/outdev.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <vcl/graph.hxx> #include <vcl/image.hxx> #include <toolkit/controls/geometrycontrolmodel.hxx> |