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 /framework | |
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 'framework')
4 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx index 8baadaafb545..fc6779c2600e 100644 --- a/framework/source/uiconfiguration/imagemanager.cxx +++ b/framework/source/uiconfiguration/imagemanager.cxx @@ -34,7 +34,6 @@ #include <rtl/ref.hxx> #include <rtl/ustrbuf.hxx> #include <comphelper/sequence.hxx> -#include <unotools/ucbstreamhelper.hxx> using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::XInterface; diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx index 4d8425db0700..1fe2501c20fb 100644 --- a/framework/source/uiconfiguration/moduleimagemanager.cxx +++ b/framework/source/uiconfiguration/moduleimagemanager.cxx @@ -39,7 +39,6 @@ #include <rtl/ustrbuf.hxx> #include <osl/file.hxx> #include <comphelper/sequence.hxx> -#include <unotools/ucbstreamhelper.hxx> // namespaces diff --git a/framework/source/uielement/buttontoolbarcontroller.cxx b/framework/source/uielement/buttontoolbarcontroller.cxx index 858182da882a..ed665cf3cab9 100644 --- a/framework/source/uielement/buttontoolbarcontroller.cxx +++ b/framework/source/uielement/buttontoolbarcontroller.cxx @@ -32,7 +32,6 @@ #include <rtl/uri.hxx> #include <cppuhelper/queryinterface.hxx> #include <comphelper/processfactory.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <vcl/svapp.hxx> #include <vcl/mnemonic.hxx> #include <vcl/window.hxx> diff --git a/framework/source/uielement/togglebuttontoolbarcontroller.cxx b/framework/source/uielement/togglebuttontoolbarcontroller.cxx index d4b1ff50e184..baad63aa5e3a 100644 --- a/framework/source/uielement/togglebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/togglebuttontoolbarcontroller.cxx @@ -29,7 +29,6 @@ #include <rtl/uri.hxx> #include <comphelper/processfactory.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <vcl/svapp.hxx> #include <vcl/mnemonic.hxx> #include <vcl/window.hxx> |