Kaydet (Commit) 14e81a12 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Not every SwGluePortion is an SwFlyPortion

Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200
üst b75e052d
...@@ -651,7 +651,7 @@ void SwTxtAdjuster::CalcFlyAdjust( SwLineLayout *pCurrent ) ...@@ -651,7 +651,7 @@ void SwTxtAdjuster::CalcFlyAdjust( SwLineLayout *pCurrent )
} }
} }
pGlue = (SwFlyPortion*)pPos; pGlue = (SwGluePortion*)pPos;
bComplete = false; bComplete = false;
} }
nLen = nLen + pPos->GetLen(); nLen = nLen + pPos->GetLen();
......
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