Kaydet (Commit) b9a2d00c authored tarafından Caolán McNamara's avatar Caolán McNamara

Size aSz constructed but not used

Change-Id: I49af25b7e5232a0309df8b08498cf33b13e279ad
Reviewed-on: https://gerrit.libreoffice.org/60693
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst e0432408
......@@ -789,8 +789,6 @@ void SvxCropExample::Paint(vcl::RenderContext& rRenderContext, const ::tools::Re
aFrameSize);
aGrf.Draw(&rRenderContext, aRect.TopLeft(), aRect.GetSize());
Size aSz(2, 0);
aSz = rRenderContext.PixelToLogic(aSz);
rRenderContext.SetFillColor(COL_TRANSPARENT);
rRenderContext.SetRasterOp(RasterOp::Invert);
aRect.AdjustLeft(aTopLeft.Y() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment