From 86555baa2b0e7af2e1ac9f2af40781de91708375 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 May 2018 21:09:54 +0200 Subject: Bitmap->BitmapEx in FixedBitmap Change-Id: I0e409beb0d046d927b6a0c1987abec42df76727d Reviewed-on: https://gerrit.libreoffice.org/55032 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/fixed.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/vcl/fixed.hxx') diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx index 49fdef75ddef..d1c361567bcf 100644 --- a/include/vcl/fixed.hxx +++ b/include/vcl/fixed.hxx @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include @@ -121,7 +121,7 @@ public: class VCL_DLLPUBLIC FixedBitmap : public Control { private: - Bitmap maBitmap; + BitmapEx maBitmap; using Control::ImplInitSettings; using Window::ImplInit; @@ -140,7 +140,7 @@ public: virtual void StateChanged( StateChangedType nType ) override; virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; - void SetBitmap( const Bitmap& rBitmap ); + void SetBitmap( const BitmapEx& rBitmap ); using OutputDevice::GetBitmap; }; -- cgit