vcl/source/bitmap/BitmapSmoothenFilter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d32e6a6ccfae56f379cb1dec6dcadf9aa8fa85f
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Apr 10 19:30:23 2021 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Apr 10 20:23:19 2021 +0200

    Related tdf#117750: fix UnsharpenFilter
    
    Change-Id: I372bb6baae747adb3b2d2a2b8fd39d1631b074ec
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113927
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/vcl/source/bitmap/BitmapSmoothenFilter.cxx 
b/vcl/source/bitmap/BitmapSmoothenFilter.cxx
index 67cea0cb3dfa..e9c135f8ec59 100644
--- a/vcl/source/bitmap/BitmapSmoothenFilter.cxx
+++ b/vcl/source/bitmap/BitmapSmoothenFilter.cxx
@@ -24,7 +24,7 @@ BitmapEx BitmapSmoothenFilter::execute(BitmapEx const& 
rBitmapEx) const
         bRet = BitmapFilter::Filter(aBitmapEx, 
BitmapSeparableUnsharpenFilter(mfRadius));
 
     if (bRet)
-        return rBitmapEx;
+        return aBitmapEx;
 
     return BitmapEx();
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to