summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmrkv.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-10 13:50:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-10 13:50:41 +0000
commite06b621ba9bc354586404f7bd83943a7e7235596 (patch)
tree4ac6906ac75f712b34a40e728f167f2963b916ad /svx/source/svdraw/svdmrkv.cxx
parent817e5f0b310284d5eb4a1bc17829e91c32c0be43 (diff)
INTEGRATION: CWS impresspresobjs (1.24.138); FILE MERGED
2005/11/24 11:39:09 cl 1.24.138.1: #123595# use SdrUndoFactory for creating undo actions
Diffstat (limited to 'svx/source/svdraw/svdmrkv.cxx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 1589be084b..644b8f7066 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdmrkv.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:31:09 $
+ * last change: $Author: rt $ $Date: 2006-01-10 14:50:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1024,7 +1024,7 @@ void SdrMarkView::AddDragModeHdl(SdrDragMode eMode)
// add undo to allow user to take back this step
pModel->BegUndo(SVX_RESSTR(SIP_XA_FILLTRANSPARENCE));
- pModel->AddUndo(new SdrUndoAttrObj(*pObj));
+ pModel->AddUndo(pModel->GetSdrUndoFactory().CreateUndoAttrObject(*pObj));
pModel->EndUndo();
//pObj->SetItemAndBroadcast(aNewItem);