diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 06:01:17 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 11:48:02 +0100 |
commit | 919e27746650f223699a97f8f3d4922101d6d739 (patch) | |
tree | 33909252ee42540d05ce94998354fd221c247a57 /lotuswordpro | |
parent | 9657161c2a55cc9456e37f7220c5fdecae1829bb (diff) |
loplugin: unused variables and commented code
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpsdwrect.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwrect.cxx b/lotuswordpro/source/filter/lwpsdwrect.cxx index 0fb18519e55b..221b4edbb74d 100644 --- a/lotuswordpro/source/filter/lwpsdwrect.cxx +++ b/lotuswordpro/source/filter/lwpsdwrect.cxx @@ -178,8 +178,6 @@ Rectangle SdwRectangle::GetOriginalRect() const Point aLT(aCenter.X()-(long)((double)nWidth/2+0.5), aCenter.Y()-(long)((double)nHeight/2+0.5)); - Point aRT(aLT.X()+nWidth, aLT.Y()); - Point aLB(aLT.X(), aLT.Y()-nHeight); Point aRB(aLT.X()+nWidth, aLT.Y()+nHeight); return Rectangle(aLT, aRB); |