diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-14 15:16:26 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-07-14 15:16:26 +0000 |
commit | 25d083a28d000b04e8b3123d254e063cba66a7fb (patch) | |
tree | c5abc43defd3307a6d549acd039a4d87942ad826 /sw | |
parent | ae1b7cdbb15184a3d34a60180cada3e37f26ed2b (diff) |
#i10000# SdrView::GetMarkList changed into GetMarkedObjectList
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/shells/drwbassh.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/shells/drwbassh.cxx b/sw/source/ui/shells/drwbassh.cxx index 6e27c56c0b..b1d94e49e8 100644 --- a/sw/source/ui/shells/drwbassh.cxx +++ b/sw/source/ui/shells/drwbassh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drwbassh.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2004-07-12 15:51:35 $ + * last change: $Author: rt $ $Date: 2004-07-14 16:16:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -881,7 +881,7 @@ IMPL_LINK(SwDrawBaseShell, ValidatePosition, SvxSwFrameValidation*, pValidation const RndStdIds eAnchorType = static_cast<RndStdIds >(pValidation->nAnchorType); const SwPosition* pCntntPos = 0; SdrView* pSdrView = pSh->GetDrawView(); - const SdrMarkList& rMarkList = pSdrView->GetMarkList(); + const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); if( rMarkList.GetMarkCount() == 1 ) { SdrObject* pObj = rMarkList.GetMark(0)->GetObj(); |