[Libreoffice-commits] core.git: sd/source
Caolán McNamara
caolanm at redhat.com
Mon May 13 02:32:40 PDT 2013
sd/source/ui/view/drawview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 983beed96af004002fed6b71324c292b0fd9d1f4
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 13 10:32:09 2013 +0100
fix build
Change-Id: Ib29160cc3468bc4a06e269e5cd5121d5689cb1dc
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index 0d7839f..bd8424b 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()));
More information about the Libreoffice-commits
mailing list