Kaydet (Commit) 61491195 authored tarafından Jian Hong Cheng's avatar Jian Hong Cheng

--no commit message

--no commit message
üst c64944f6
......@@ -1505,8 +1505,12 @@ void SwDrawContact::_Changed( const SdrObject& rObj,
// of as-character anchored object
if ( bAnchoredAsChar )
{
const_cast<SwAnchoredDrawObject*>(pAnchoredDrawObj)
->AnchorFrm()->Prepare( PREP_FLY_ATTR_CHG, GetFmt() );
//-->Modified for i119654,2012.6.8
SwFrm *pAnchorFrame = NULL;
if ( pAnchoredDrawObj && ( pAnchorFrame =
const_cast<SwAnchoredDrawObject*>( pAnchoredDrawObj )->AnchorFrm() ) )
pAnchorFrame->Prepare( PREP_FLY_ATTR_CHG, GetFmt() );
//<--
}
// <--
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment