diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2017-11-29 04:00:05 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-11-29 04:10:44 +0000 |
commit | b819131347ddb5cdde6cbbc89e93bff95701f3d8 (patch) | |
tree | c043db4d5de9b1576521ad307be9f0034da72b8c | |
parent | 91e283e42a5a9bad87e849bce8230eaf65d5ce6e (diff) |
Remove stray SAL_DEBUG.
Change-Id: I5961f5fec6fa757e21184ee15e8ef78eeb2ed459
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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()), |