diff options
Diffstat (limited to 'vcl/source/gdi/impbmp.cxx')
-rw-r--r-- | vcl/source/gdi/impbmp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impbmp.cxx b/vcl/source/gdi/impbmp.cxx index 4342bc8e6402..5950da46d7cc 100644 --- a/vcl/source/gdi/impbmp.cxx +++ b/vcl/source/gdi/impbmp.cxx @@ -112,7 +112,7 @@ bool ImpBitmap::ImplScale( const double& rScaleX, const double& rScaleY, BmpScal return mpSalBitmap->Scale( rScaleX, rScaleY, nScaleFlag ); } -bool ImpBitmap::ImplReplace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) +bool ImpBitmap::ImplReplace( const Color& rSearchColor, const Color& rReplaceColor, sal_uInt8 nTol ) { return mpSalBitmap->Replace( rSearchColor, rReplaceColor, nTol ); } |