diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-11-24 22:18:56 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-12-03 14:05:35 +0100 |
commit | 58824d6f551bd505af89d8086576fed2cdf95867 (patch) | |
tree | cf072c2eb089a6fb3220897a49d079755e5ee2ee /vcl/inc/impbmp.hxx | |
parent | db172a460894f9bfad27eacf9ec69235358bcf6c (diff) |
Add dummy Erase to SalBitmap implementations
Change-Id: I5790deb9ab5af6f8678c964af5321264d3bce733
Diffstat (limited to 'vcl/inc/impbmp.hxx')
-rw-r--r-- | vcl/inc/impbmp.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx index 8f373c59ce08..3b2abead2dc8 100644 --- a/vcl/inc/impbmp.hxx +++ b/vcl/inc/impbmp.hxx @@ -69,6 +69,7 @@ public: inline sal_uLong ImplGetChecksum() const { return mnChecksum; } bool ImplCrop( const Rectangle& rRectPixel ); + bool ImplErase( const Color& rFillColor ); bool ImplScale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ); }; |