summaryrefslogtreecommitdiff
path: root/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx')
-rw-r--r--sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx b/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
index 2a97fdb0e1f7..df2fc6bd9ba9 100644
--- a/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
@@ -303,7 +303,7 @@ void SwAsCharAnchoredObjectPosition::CalcPosition()
// set new anchor position and relative position
SwFlyInContentFrame* pFlyInContentFrame = &const_cast<SwFlyInContentFrame&>(rFlyInContentFrame);
pFlyInContentFrame->SetRefPoint( aAnchorPos, aRelAttr, aRelPos );
- if( nObjWidth != aRectFnSet.GetWidth(pFlyInContentFrame->Frame()) )
+ if( nObjWidth != aRectFnSet.GetWidth(pFlyInContentFrame->getSwFrame()) )
{
// recalculate object bound rectangle, if object width has changed.
aObjBoundRect = GetAnchoredObj().GetObjRect();
@@ -313,7 +313,7 @@ void SwAsCharAnchoredObjectPosition::CalcPosition()
aObjBoundRect.Height( aObjBoundRect.Height() + rULSpace.GetLower() );
}
}
- OSL_ENSURE( aRectFnSet.GetHeight(rFlyInContentFrame.Frame()),
+ OSL_ENSURE( aRectFnSet.GetHeight(rFlyInContentFrame.getSwFrame()),
"SwAnchoredObjectPosition::CalcPosition(..) - fly frame has an invalid height" );
}