diff options
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index cb03346edbd0..2dc9a2e5127b 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -156,6 +156,8 @@ public: css::awt::DeviceInfo GetDeviceInfo() const override; + virtual bool HasAlpha() const override { return false; } + protected: virtual void DrawDeviceMask( const Bitmap& rMask, const Color& rMaskColor, const Point& rDestPt, const Size& rDestSize, |