summaryrefslogtreecommitdiff
path: root/include/svx/svdundo.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-01-28 09:18:51 +0100
committerDavid Tardon <dtardon@redhat.com>2015-01-29 22:25:11 +0100
commitc0117fcb3dbd6c2a8d5e7679ee8d6fb29264ff6b (patch)
tree4fc95a01464284df7003b82112a841dd6fe427a7 /include/svx/svdundo.hxx
parent2f3a9a51bfd042e20fe995b3f7437033d85a8907 (diff)
tdf#78854 do not crash when undoing layout change
It turns out that the ordinal number adjustment that was added for fdo#34548 is no longer necessary. Change-Id: I2c491a008500b6a269b6f05a2a72f5aa70edecb2
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r--include/svx/svdundo.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index b99d15e3901f..9d3995ff8c9b 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -242,9 +242,6 @@ protected:
SdrView* pView; // To be able to re-create the selection for a
SdrPageView* pPageView; // for a ObjDel, Undo
sal_uInt32 nOrdNum;
- // It's possible that the object is re-assigned during a Undo/Redo.
- // The object is deleted in the dtor, if bOwner==TRUE
- ObjListListener* m_pListener;
protected:
SdrUndoObjList(SdrObject& rNewObj, bool bOrdNumDirect = false);