diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-16 11:27:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-17 15:07:13 +0200 |
commit | f462a76f2bbaaaaaa79bf935a51bdf8cead25dbb (patch) | |
tree | 745b09434515a712d8af42626e0f7ef1dd6871db /vcl/source/window | |
parent | 432c7dd62b3ea7634a43850ea937c6bc681884d8 (diff) |
remove ImpBitmap
it's not adding anything useful, just hold the underlying SalBitmap
instead
Change-Id: I54852707b2f8af99283b9c882a428a8a7a11c4cf
Reviewed-on: https://gerrit.libreoffice.org/52955
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/introwin.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/window2.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/introwin.cxx b/vcl/source/window/introwin.cxx index d33a36c5bb14..78a4ce0b31a1 100644 --- a/vcl/source/window/introwin.cxx +++ b/vcl/source/window/introwin.cxx @@ -21,7 +21,6 @@ #include <vcl/bitmap.hxx> #include <vcl/introwin.hxx> -#include <impbmp.hxx> #include <svdata.hxx> #include <salframe.hxx> diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index b01defb887f0..57ce81e51464 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -38,7 +38,6 @@ #include <fontinstance.hxx> #include <outdev.h> #include <svdata.hxx> -#include <impbmp.hxx> #include <salbmp.hxx> #include <salgdi.hxx> #include <salframe.hxx> |