summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/feshview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/feshview.cxx')
-rw-r--r--sw/source/core/frmedt/feshview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index edbceef18e31..026e3af759fa 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -776,7 +776,7 @@ static void lcl_NotifyNeighbours( const SdrMarkList *pLst )
aTmpCalcPnt = pCnt->Prt();
aTmpCalcPnt += pCnt->Frm().Pos();
if ( aRect.IsOver( aTmpCalcPnt ) )
- ((SwFrm*)pCnt)->Prepare( PREP_FLY_ATTR_CHG );
+ static_cast<SwFrm*>(pCnt)->Prepare( PREP_FLY_ATTR_CHG );
pCnt = pCnt->GetNextCntntFrm();
}
}
@@ -2429,7 +2429,7 @@ void SwFEShell::CheckUnboundObjects()
SwPosition aPos( *static_cast<const SwCntntFrm*>(pAnch)->GetNode() );
aAnch.SetType( FLY_AT_PARA );
aAnch.SetAnchor( &aPos );
- ((SwRect&)GetCharRect()).Pos() = aPt;
+ const_cast<SwRect&>(GetCharRect()).Pos() = aPt;
}
// First the action here, to assure GetCharRect delivers current values.