summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoedge.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 12:21:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 08:41:46 +0200
commit44bc7fc5609a4930e7236b43cf445920a2a3bc77 (patch)
treed4656ca85645d82b1eadd9fe7e08137e078c66c6 /svx/source/svdraw/svdoedge.cxx
parent57f1934bdaa747f6e671419aa040e140d235f937 (diff)
loplugin:checkunusedparams in svx(part2)
Change-Id: I608d504b64336e1cb2fc32a46908bef0cffed3bd Reviewed-on: https://gerrit.libreoffice.org/37229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdoedge.cxx')
-rw-r--r--svx/source/svdraw/svdoedge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index e7d04d1fe005..b6b4d7a7164d 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -1880,7 +1880,7 @@ bool SdrEdgeObj::applySpecialDrag(SdrDragStat& rDragStat)
{
// show IA helper, but only do this during IA, so not when the original
// Edge gets modified in the last call
- rDragStat.GetView()->SetConnectMarker(*pDraggedOne, *rDragStat.GetPageView());
+ rDragStat.GetView()->SetConnectMarker(*pDraggedOne);
}
}
@@ -2037,7 +2037,7 @@ bool SdrEdgeObj::MovCreate(SdrDragStat& rDragStat)
(*pEdgeTrack)[nMax-1]=rDragStat.GetNow();
if (rDragStat.GetPageView()!=nullptr) {
ImpFindConnector(rDragStat.GetNow(),*rDragStat.GetPageView(),aCon2,this);
- rDragStat.GetView()->SetConnectMarker(aCon2,*rDragStat.GetPageView());
+ rDragStat.GetView()->SetConnectMarker(aCon2);
}
SetBoundRectDirty();
bSnapRectDirty=true;