summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/grfpage.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-18 16:34:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-18 22:37:09 +0200
commitb9a2d00c7c38ccd24b0663a2ecc6c08106fe51f1 (patch)
tree3e5ab2ca01e847b491ba46a6e9aba32c4d5f25c1 /cui/source/tabpages/grfpage.cxx
parente0432408840196e3f0af3c91ba4a42c70262b1e0 (diff)
Size aSz constructed but not used
Change-Id: I49af25b7e5232a0309df8b08498cf33b13e279ad Reviewed-on: https://gerrit.libreoffice.org/60693 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/tabpages/grfpage.cxx')
-rw-r--r--cui/source/tabpages/grfpage.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/grfpage.cxx b/cui/source/tabpages/grfpage.cxx
index abcddd4b5af3..121329e3ef87 100644
--- a/cui/source/tabpages/grfpage.cxx
+++ b/cui/source/tabpages/grfpage.cxx
@@ -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() );