summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itradj.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-06 18:31:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-06 18:31:58 +0200
commit14e81a12b0fa6a7bcd9fb29870db8b8bb67b25dd (patch)
tree4cd2712b3e67a4ab72083dbdd2bf2a5a11acab4c /sw/source/core/text/itradj.cxx
parentb75e052d31ec8854cad3bda7d372dcfcd50c9609 (diff)
Not every SwGluePortion is an SwFlyPortion
Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200
Diffstat (limited to 'sw/source/core/text/itradj.cxx')
-rw-r--r--sw/source/core/text/itradj.cxx2
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();