sw/source/core/text/itradj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 14e81a12b0fa6a7bcd9fb29870db8b8bb67b25dd Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Aug 6 18:31:58 2014 +0200 Not every SwGluePortion is an SwFlyPortion Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200 diff --git a/sw/source/core/text/itradj.cxx b/sw/source/core/text/itradj.cxx index 82fb1a7..3a9ce0e 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits