diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 09:20:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 10:55:31 +0200 |
commit | 078af97d8516eab07c196b7a3785fc05bcc02519 (patch) | |
tree | f6a0367c0d1fd2eed4214d5aab2564ca99c7e293 /framework | |
parent | d62f6b7d40284b2e41831376e5388711ab6250f3 (diff) |
remove some unneede vcl/bitmap.hxx includes
Change-Id: Ibdc79538276992193e61f6dc16ddd3fd1ab80b82
Reviewed-on: https://gerrit.libreoffice.org/75069
Tested-by: Jenkins
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/fwe/classes/imagewrapper.cxx b/framework/source/fwe/classes/imagewrapper.cxx index bb7b65a622fa..723fec8aef04 100644 --- a/framework/source/fwe/classes/imagewrapper.cxx +++ b/framework/source/fwe/classes/imagewrapper.cxx @@ -19,7 +19,6 @@ #include <classes/imagewrapper.hxx> #include <vcl/svapp.hxx> -#include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/BitmapTools.hxx> #include <tools/stream.hxx> diff --git a/framework/source/uielement/buttontoolbarcontroller.cxx b/framework/source/uielement/buttontoolbarcontroller.cxx index ed665cf3cab9..6df84e0c9696 100644 --- a/framework/source/uielement/buttontoolbarcontroller.cxx +++ b/framework/source/uielement/buttontoolbarcontroller.cxx @@ -36,7 +36,6 @@ #include <vcl/mnemonic.hxx> #include <vcl/window.hxx> #include <vcl/graph.hxx> -#include <vcl/bitmap.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/toolbox.hxx> #include <svtools/miscopt.hxx> diff --git a/framework/source/uielement/imagebuttontoolbarcontroller.cxx b/framework/source/uielement/imagebuttontoolbarcontroller.cxx index 44e0b75424e4..69af4aa37233 100644 --- a/framework/source/uielement/imagebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/imagebuttontoolbarcontroller.cxx @@ -32,7 +32,6 @@ #include <vcl/mnemonic.hxx> #include <vcl/window.hxx> #include <vcl/graph.hxx> -#include <vcl/bitmap.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/toolbox.hxx> #include <svtools/miscopt.hxx> diff --git a/framework/source/uielement/togglebuttontoolbarcontroller.cxx b/framework/source/uielement/togglebuttontoolbarcontroller.cxx index 3c370c3bac2a..fd8873dae765 100644 --- a/framework/source/uielement/togglebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/togglebuttontoolbarcontroller.cxx @@ -32,7 +32,6 @@ #include <vcl/mnemonic.hxx> #include <vcl/window.hxx> #include <vcl/graph.hxx> -#include <vcl/bitmap.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/toolbox.hxx> #include <vcl/menu.hxx> |