summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrag.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-19 15:15:27 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-19 16:01:52 +0200
commit0fb498ccfd40a13bf99c3f36dd0cebebdaf55809 (patch)
treeffd5079d479c14dca6e81474c91419caa6d74a79 /svx/source/svdraw/svddrag.cxx
parent861d87d5526a25aef49d8acc99ba5a8ee12a8337 (diff)
Remove unused fields
Change-Id: Ia7d3b7e319f2a568120add15ef05915a98fe6696
Diffstat (limited to 'svx/source/svdraw/svddrag.cxx')
-rw-r--r--svx/source/svdraw/svddrag.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/svdraw/svddrag.cxx b/svx/source/svdraw/svddrag.cxx
index a45ef7b9c6ca..3c0f109954b0 100644
--- a/svx/source/svdraw/svddrag.cxx
+++ b/svx/source/svdraw/svddrag.cxx
@@ -60,13 +60,11 @@ void SdrDragStat::Reset(const Point& rPnt)
Reset();
Start()=rPnt;
aPos0=rPnt;
- aRealPos0=rPnt;
RealNow()=rPnt;
}
void SdrDragStat::NextMove(const Point& rPnt)
{
- aRealPos0=GetRealNow();
aPos0=GetNow();
RealNow()=rPnt;
Point aBla=KorregPos(GetRealNow(),GetPrev());