diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-11 08:42:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-11 09:48:18 +0200 |
commit | 3553a5d3a899954c4db09e264d8faf07e817e564 (patch) | |
tree | 15f5d78ebe53ed498536c2d518a4cc2ad195c072 /svx/source/svdraw/svdocapt.cxx | |
parent | e624c13cf1732f42d2da212b1b96aa9de7dd66cf (diff) |
loplugin: defaultparams
Change-Id: I513643385dc0a04b68c5cf4a5f43aa0804e572e6
Diffstat (limited to 'svx/source/svdraw/svdocapt.cxx')
-rw-r--r-- | svx/source/svdraw/svdocapt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx index 342f392c8f80..35a69caa712f 100644 --- a/svx/source/svdraw/svdocapt.cxx +++ b/svx/source/svdraw/svdocapt.cxx @@ -322,14 +322,14 @@ bool SdrCaptionObj::beginSpecialDrag(SdrDragStat& rDrag) const } else { - rDrag.SetOrtho8Possible(true); + rDrag.SetOrtho8Possible(); if(!pHdl) { if (bMovProt) return false; - rDrag.SetNoSnap(true); + rDrag.SetNoSnap(); rDrag.SetActionRect(maRect); Point aHit(rDrag.GetStart()); |