summaryrefslogtreecommitdiff
path: root/sw/source/core/view/vdraw.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 12:46:32 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 12:46:32 +0000
commitd408c2fd28dd1766c487d681c4847e8a18e925b0 (patch)
treeef6735e00672396717ff277dade838aec9c2448e /sw/source/core/view/vdraw.cxx
parentf3d9906c546ed26a6e9a7cea4b30c7032a0c40e7 (diff)
INTEGRATION: CWS swdrawpositioning (1.12.36); FILE MERGED
2004/04/07 09:28:49 od 1.12.36.1: #i26791# - adjustments for the unification of the positioning of Writer fly frames and drawing objects
Diffstat (limited to 'sw/source/core/view/vdraw.cxx')
-rw-r--r--sw/source/core/view/vdraw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx
index 5ea58f9b571f..1c3b2683af75 100644
--- a/sw/source/core/view/vdraw.cxx
+++ b/sw/source/core/view/vdraw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vdraw.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2004-02-16 11:59:21 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 13:46:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -453,7 +453,7 @@ void SwViewImp::NotifySizeChg( const Size &rNewSz )
if( !pCont || !pCont->ISA(SwDrawContact) )
continue;
- const SwFrm *pAnchor = ((SwDrawContact*)pCont)->GetAnchor();
+ const SwFrm *pAnchor = ((SwDrawContact*)pCont)->GetAnchorFrm();
if ( !pAnchor || pAnchor->IsInFly() || !pAnchor->IsValid() ||
!pAnchor->GetUpper() || !pAnchor->FindPageFrm() ||
FLY_IN_CNTNT == pCont->GetFmt()->GetAnchor().GetAnchorId() )