From 4b9ecfd4f45501e4696f966c714fc2bcc43ce38b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Jan 2015 15:59:14 +0000 Subject: Resolves: fdo#87639 Image-filter Smooth crashes regression from commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Author: Thorsten Behrens Date: Sun Nov 2 22:37:32 2014 +0100 coverity#1242508: swapped arguments rename the variables to indicate which are source and which are dest indexes and that the aNewBitmap argument is always, and assert that it must be, of equivalent rotated source to the Bitmap which has ImplConvolutionPass called on it. Change-Id: If9715b9f29655da66c6981c0f7cab3d89c528ed7 --- include/vcl/bitmap.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/bitmap.hxx') diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx index 0fe2afa4eda1..25842c6d53e6 100644 --- a/include/vcl/bitmap.hxx +++ b/include/vcl/bitmap.hxx @@ -807,7 +807,6 @@ public: SAL_DLLPRIVATE bool ImplConvolutionPass( Bitmap& aNewBitmap, - const int nNewSize, BitmapReadAccess* pReadAcc, int aNumberOfContributions, double* pWeights, -- cgit