Kaydet (Commit) 7615f62b authored tarafından Michael Stahl's avatar Michael Stahl

warning C4805: '==': unsafe mix of bool and sal_Bool

Change-Id: Ia3a21febe934b73401a008091c84766a2b798ca0
üst 7228c24e
...@@ -2529,7 +2529,7 @@ void SwRootFrm::CalcFrmRects( SwShellCrsr &rCrsr, sal_Bool bIsTblMode ) ...@@ -2529,7 +2529,7 @@ void SwRootFrm::CalcFrmRects( SwShellCrsr &rCrsr, sal_Bool bIsTblMode )
} }
//Now the frames between, if there are any //Now the frames between, if there are any
sal_Bool bBody = pStartFrm->IsInDocBody(); bool const bBody = pStartFrm->IsInDocBody();
const SwTableBox* pCellBox = pStartFrm->GetUpper()->IsCellFrm() ? const SwTableBox* pCellBox = pStartFrm->GetUpper()->IsCellFrm() ?
((SwCellFrm*)pStartFrm->GetUpper())->GetTabBox() : 0; ((SwCellFrm*)pStartFrm->GetUpper())->GetTabBox() : 0;
const SwCntntFrm *pCntnt = pStartFrm->GetNextCntntFrm(); const SwCntntFrm *pCntnt = pStartFrm->GetNextCntntFrm();
......
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