diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svddrgmt.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/svx/source/svdraw/svddrgmt.cxx b/svx/source/svdraw/svddrgmt.cxx index bbb6c4790919..34be0e161b12 100644 --- a/svx/source/svdraw/svddrgmt.cxx +++ b/svx/source/svdraw/svddrgmt.cxx @@ -1513,7 +1513,11 @@ void SdrDragMove::applyCurrentTransformationToSdrObject(SdrObject& rTarget) } SdrDragMove::SdrDragMove(SdrDragView& rNewView) -: SdrDragMethod(rNewView) + : SdrDragMethod(rNewView) + , nBestXSnap(0) + , nBestYSnap(0) + , bXSnapped(false) + , bYSnapped(false) { setMoveOnly(true); } |