diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-08-08 01:01:48 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-08-16 21:52:30 +0200 |
commit | df159d3cd0bce255e14839a81d921e73771ca886 (patch) | |
tree | 0e289f4817fab4bb64ffaa496506509c7506b252 /svx | |
parent | 69702bc5248732f69734b1f387566e060543494b (diff) |
bDoInvalidate is always false
Change-Id: I0e22f509b90acc9d4c3d7efb5a428f15bd21317d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/dragmt3d.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx index 9dda1b21e88b..afd80309af66 100644 --- a/svx/source/engine3d/dragmt3d.cxx +++ b/svx/source/engine3d/dragmt3d.cxx @@ -49,7 +49,6 @@ E3dDragMethod::E3dDragMethod ( { // Create a unit for all the 3D objects present in the selection const size_t nCnt(rMark.GetMarkCount()); - static bool bDoInvalidate(false); if(mbMoveFull) { @@ -89,13 +88,6 @@ E3dDragMethod::E3dDragMethod ( aNewUnit.maInvDisplayTransform.invert(); } - // Invalidate SnapRects of the objects involved, to force a - // recalculation for setting the marker - if(bDoInvalidate) - { - pE3dObj->SetRectsDirty(); - } - if(!mbMoveFull) { // create wireframe visualisation for parent coordinate system |