From cf3ba3561522cba179ab602b257df902d6d5d110 Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Tue, 2 Dec 2014 14:19:33 -0500 Subject: vcl: Add dummy Replace to SalBitmap implementations Change-Id: I2f8b11a3f7cb8872a1d8f6eeeae8ce3f30223496 --- vcl/unx/generic/gdi/salbmp.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcl/unx/generic/gdi') diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx index a08aa7da0290..3495ede50595 100644 --- a/vcl/unx/generic/gdi/salbmp.cxx +++ b/vcl/unx/generic/gdi/salbmp.cxx @@ -875,6 +875,11 @@ bool X11SalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY*/, return false; } +bool X11SalBitmap::Replace( const Color& /*rSearchColor*/, const Color& /*rReplaceColor*/, sal_uLong /*nTol*/ ) +{ + return false; +} + // - ImplSalDDB - ImplSalDDB::ImplSalDDB( XImage* pImage, Drawable aDrawable, -- cgit