[Libreoffice-commits] core.git: sw/source

Michael Meeks michael.meeks at collabora.com
Wed Nov 29 04:11:19 UTC 2017


 sw/source/core/layout/paintfrm.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b819131347ddb5cdde6cbbc89e93bff95701f3d8
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Nov 29 04:00:05 2017 +0000

    Remove stray SAL_DEBUG.
    
    Change-Id: I5961f5fec6fa757e21184ee15e8ef78eeb2ed459

diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 134f79501b0f..776a5b492883 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -5908,7 +5908,6 @@ static void lcl_paintBitmapExToRect(vcl::RenderContext *pOut, const Point& aPoin
     for (tools::Rectangle aTile = tools::Rectangle(aPoint, aTileSize); true; aTile.Move(iterX, iterY))
     {
         tools::Rectangle aRender = aComplete.GetIntersection(aTile);
-        SAL_DEBUG("Intersect " << aComplete << " with " << aTile << " to " << aRender << "bitmap is " << rBitmapEx.GetSizePixel());
         if (aRender.IsEmpty())
             break;
         pOut->DrawBitmapEx(pOut->PixelToLogic(aRender.TopLeft()),


More information about the Libreoffice-commits mailing list