From b0fd921441e1e1066e232282843317514375c8ec Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Jan 2018 13:24:28 +0200 Subject: convert tolerance params to sal_uInt8 (second try) first attempt was in commit e75abe6e0a4ea250366bb29c0ece697e9b1b80a1, reverted in 7accac097688832d8682a88a0176c3e1482ffade Change-Id: I460e9ab5fcca3a99656e5d8434fa04c2387d7183 Reviewed-on: https://gerrit.libreoffice.org/47463 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/quartz/salbmp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/quartz/salbmp.cxx') diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index b96e25421686..8082621cc5f9 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -1058,7 +1058,7 @@ bool QuartzSalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY* return false; } -bool QuartzSalBitmap::Replace( const Color& /*rSearchColor*/, const Color& /*rReplaceColor*/, sal_uLong /*nTol*/ ) +bool QuartzSalBitmap::Replace( const Color& /*rSearchColor*/, const Color& /*rReplaceColor*/, sal_uInt8 /*nTol*/ ) { return false; } -- cgit