sw/source/core/layout/paintfrm.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 85a47e76ea80c6a0676ac3b44032361733d44af3 Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> Date: Tue Nov 28 23:00:43 2017 -0500 Axe debug logging Change-Id: I21a636d6ae1b824d44dc8d30499fcd6948834153 Reviewed-on: https://gerrit.libreoffice.org/45459 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index bee3cd75d2ed..ed716a4c20bd 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -6089,7 +6089,6 @@ static void lcl_paintBitmapExToRect(vcl::RenderContext *pOut, const Point& aPoin for (Rectangle aTile = Rectangle(aPoint, aTileSize); true; aTile.Move(iterX, iterY)) { 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()), @@ -6097,7 +6096,6 @@ static void lcl_paintBitmapExToRect(vcl::RenderContext *pOut, const Point& aPoin Point(0, 0), aRender.GetSize(), rBitmapEx); } - } /** _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits