Kaydet (Commit) a884c03f authored tarafından Caolán McNamara's avatar Caolán McNamara

#i113329# sw: && || ambiguity in frmtool.cxx

üst d8ab823f
...@@ -1738,7 +1738,7 @@ void MakeFrms( SwDoc *pDoc, const SwNodeIndex &rSttIdx, ...@@ -1738,7 +1738,7 @@ void MakeFrms( SwDoc *pDoc, const SwNodeIndex &rSttIdx,
// die in den Fussnoten liegen, nicht etwa die (spaltigen) Bereiche, // die in den Fussnoten liegen, nicht etwa die (spaltigen) Bereiche,
// in denen die Fussnoten(Container) liegen. // in denen die Fussnoten(Container) liegen.
// #109767# Table frame is in section, insert section in cell frame. // #109767# Table frame is in section, insert section in cell frame.
if( pSct && ( pFtnFrm && !pSct->IsInFtn() ) || pUpper->IsCellFrm() ) if( pSct && ((pFtnFrm && !pSct->IsInFtn()) || pUpper->IsCellFrm()) )
pSct = NULL; pSct = NULL;
if( pSct ) if( pSct )
{ // damit der SectionFrm nicht zerstoert wird durch pTmp->MoveFwd() { // damit der SectionFrm nicht zerstoert wird durch pTmp->MoveFwd()
......
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