diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-06 18:31:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-06 18:31:58 +0200 |
commit | 14e81a12b0fa6a7bcd9fb29870db8b8bb67b25dd (patch) | |
tree | 4cd2712b3e67a4ab72083dbdd2bf2a5a11acab4c /sw | |
parent | b75e052d31ec8854cad3bda7d372dcfcd50c9609 (diff) |
Not every SwGluePortion is an SwFlyPortion
Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200
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(); |