[Libreoffice-commits] core.git: Branch 'distro/collabora/cd-5.3' - sw/source
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Wed Nov 29 04:07:56 UTC 2017
sw/source/core/layout/paintfrm.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 85a47e76ea80c6a0676ac3b44032361733d44af3
Author: Ashod Nakashian <ashod.nakashian at 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 <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at 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);
}
-
}
/**
More information about the Libreoffice-commits
mailing list