summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgv.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 15:56:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:20:12 +0000
commit78ca0ce54a2cd79736247ea8cf69ad5fc797ee1a (patch)
treed6ea35c8f740c3ae4d09f68b8ff975daa765596c /svx/source/svdraw/svddrgv.cxx
parentc47d85be7839d0721a09f2eb100c4ab0abb7a985 (diff)
loplugin:singlevalfields in svx(part3)
Change-Id: I6b7a33b5f1297309a7225cac8150dbf1175506b6 Reviewed-on: https://gerrit.libreoffice.org/26642 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/svdraw/svddrgv.cxx')
-rw-r--r--svx/source/svdraw/svddrgv.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svddrgv.cxx b/svx/source/svdraw/svddrgv.cxx
index c9dbcfa436ae..fc0a7f82eba0 100644
--- a/svx/source/svdraw/svddrgv.cxx
+++ b/svx/source/svdraw/svddrgv.cxx
@@ -59,7 +59,6 @@ void SdrDragView::ImpClearVars()
mbDragSpecial=false;
mpCurrentSdrDragMethod=nullptr;
mbDragStripes=false;
- mbMirrRefDragObj=true;
mbDragWithCopy=false;
mpInsPointUndo=nullptr;
mbInsGluePoint=false;
@@ -68,14 +67,9 @@ void SdrDragView::ImpClearVars()
mnDragXorPolyLimit=100;
mnDragXorPointLimit=500;
mbNoDragXorPolys=false;
- mbAutoVertexCon=true;
- mbAutoCornerCon=false;
- mbRubberEdgeDragging=true;
- mbDetailedEdgeDragging=true;
mnDetailedEdgeDraggingLimit=10;
mbResizeAtCenter=false;
mbCrookAtCenter=false;
- mbMouseHideWhileDraggingPoints=false;
// init using default
mbSolidDragging = getOptionsDrawinglayer().IsSolidDragCreate();