summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/shells/drwbassh.cxx6
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();