summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsdwrect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsdwrect.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.cxx2
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);