From 34f0b4e5a004676cdb06f99aba9c8f67057e846d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 12 Jul 2004 14:48:35 +0000 Subject: INTEGRATION: CWS aw013 (1.8.200); FILE MERGED 2004/06/24 09:35:42 aw 1.8.200.1: #i29181# --- sw/source/core/undo/undraw.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/core') diff --git a/sw/source/core/undo/undraw.cxx b/sw/source/core/undo/undraw.cxx index 65a598087f46..4801b1382660 100644 --- a/sw/source/core/undo/undraw.cxx +++ b/sw/source/core/undo/undraw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: undraw.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hjs $ $Date: 2004-06-28 13:45:28 $ + * last change: $Author: rt $ $Date: 2004-07-12 15:48:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,7 +167,7 @@ IMPL_LINK( SwDoc, AddDrawUndo, SdrUndoAction *, pUndo ) const SdrMarkList* pMarkList = 0; ViewShell* pSh = GetRootFrm() ? GetRootFrm()->GetCurrShell() : 0; if( pSh && pSh->HasDrawView() ) - pMarkList = &pSh->GetDrawView()->GetMarkList(); + pMarkList = &pSh->GetDrawView()->GetMarkedObjectList(); AppendUndo( new SwSdrUndo( pUndo, pMarkList ) ); } -- cgit v1.2.3