diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 11:57:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 11:57:30 +0000 |
commit | 4321a8255285979fc3ad3c17878ae4a7889bfbb4 (patch) | |
tree | 4bf570543991abbe4bbd4f11abd72c2b0458102a /svx/source/svdraw/svdundo.cxx | |
parent | 0a81bfd7a68a030cfebc1a9d1105419dc93e3681 (diff) |
INTEGRATION: CWS aw035 (1.21.44); FILE MERGED
2006/07/12 15:29:54 aw 1.21.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification
Diffstat (limited to 'svx/source/svdraw/svdundo.cxx')
-rw-r--r-- | svx/source/svdraw/svdundo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx index 12062f3d15dc..32638abea49f 100644 --- a/svx/source/svdraw/svdundo.cxx +++ b/svx/source/svdraw/svdundo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdundo.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:48:01 $ + * last change: $Author: rt $ $Date: 2006-07-25 12:57:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1195,7 +1195,7 @@ void SdrUndoObjSetText::SdrRepeat(SdrView& rView) rView.BegUndo(aStr); ULONG nAnz=rML.GetMarkCount(); for (ULONG nm=0; nm<nAnz; nm++) { - SdrObject* pObj2=rML.GetMark(nm)->GetObj(); + SdrObject* pObj2=rML.GetMark(nm)->GetMarkedSdrObj(); SdrTextObj* pTextObj=PTR_CAST(SdrTextObj,pObj2); if (pTextObj!=NULL) { rView.AddUndo(new SdrUndoObjSetText(*pTextObj)); |