summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:48:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:48:35 +0000
commit34f0b4e5a004676cdb06f99aba9c8f67057e846d (patch)
treefdbe349d81649c436013d3d93e138d3c01a6f00b /sw/source
parentdb51a27fc9766424dd54d53d87dd35bdbb73c106 (diff)
INTEGRATION: CWS aw013 (1.8.200); FILE MERGED
2004/06/24 09:35:42 aw 1.8.200.1: #i29181#
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/undo/undraw.cxx6
1 files changed, 3 insertions, 3 deletions
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 ) );
}