diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-12-02 14:19:33 -0500 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-12-03 14:05:36 +0100 |
commit | cf3ba3561522cba179ab602b257df902d6d5d110 (patch) | |
tree | bccacc8a093ece30d7af463049a195ac5de42631 /vcl/inc/impbmp.hxx | |
parent | 58824d6f551bd505af89d8086576fed2cdf95867 (diff) |
vcl: Add dummy Replace to SalBitmap implementations
Change-Id: I2f8b11a3f7cb8872a1d8f6eeeae8ce3f30223496
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 3b2abead2dc8..de709893cf69 100644 --- a/vcl/inc/impbmp.hxx +++ b/vcl/inc/impbmp.hxx @@ -71,6 +71,7 @@ public: bool ImplCrop( const Rectangle& rRectPixel ); bool ImplErase( const Color& rFillColor ); bool ImplScale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ); + bool ImplReplace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ); }; #endif // INCLUDED_VCL_INC_IMPBMP_HXX |