diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-13 10:32:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-13 10:32:09 +0100 |
commit | 983beed96af004002fed6b71324c292b0fd9d1f4 (patch) | |
tree | b4f40f0adec264c721d622ca379c375e631dc770 /sd | |
parent | e2fcf87e7f981ef4138054a59e10f87e925e1cae (diff) |
fix build
Change-Id: Ib29160cc3468bc4a06e269e5cd5121d5689cb1dc
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drawview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx index 0d7839ffd862..bd8424b6e2d6 100644 --- a/sd/source/ui/view/drawview.cxx +++ b/sd/source/ui/view/drawview.cxx @@ -591,7 +591,7 @@ void DrawView::DeleteMarked() // Move the new PresObj to the position before the // object it will replace. pUndoManager->AddUndoAction( - mpDoc->GetSdrUndoFactory().CreateUndoObjectOrdNum( + mrDoc.GetSdrUndoFactory().CreateUndoObjectOrdNum( *pNewObj, pNewObj->GetOrdNum(), pObj->GetOrdNum())); |