diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/itradj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itradj.cxx b/sw/source/core/text/itradj.cxx index 82fb1a7c63e3..3a9ce0e6ddeb 100644 --- a/sw/source/core/text/itradj.cxx +++ b/sw/source/core/text/itradj.cxx @@ -651,7 +651,7 @@ void SwTxtAdjuster::CalcFlyAdjust( SwLineLayout *pCurrent ) } } - pGlue = (SwFlyPortion*)pPos; + pGlue = (SwGluePortion*)pPos; bComplete = false; } nLen = nLen + pPos->GetLen(); |