diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-04 21:51:38 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-04 21:51:38 +0200 |
commit | 54a86cae9079882c161c6a7f679966cec24dae9d (patch) | |
tree | 664b2a48b59f35b9b8889397f3fcc732473f8794 /dw/textblock_linebreaking.cc | |
parent | 5a768078389e77dafcdb6ff566428996907a7c44 (diff) |
RTFL.
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r-- | dw/textblock_linebreaking.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/textblock_linebreaking.cc b/dw/textblock_linebreaking.cc index d2a43d6a..268068c8 100644 --- a/dw/textblock_linebreaking.cc +++ b/dw/textblock_linebreaking.cc @@ -880,12 +880,12 @@ void Textblock::balanceBreakPosAndHeight (int wordIndex, int firstIndex, *thereWillBeMoreSpace = regardBorder ? newLineHasFloatLeft || newLineHasFloatRight : false; - DBG_OBJ_MSGF ("construct.word", 1, "thereWillBeMoreSpace = %s", - *thereWillBeMoreSpace ? "true" : "false"); - for(int i = firstIndex; i <= *wordIndexEnd; i++) accumulateWordData (i); } + + DBG_OBJ_MSGF ("construct.word", 1, "thereWillBeMoreSpace = %s", + *thereWillBeMoreSpace ? "true" : "false"); int newBreakPos = searchBreakPos (wordIndex, firstIndex, searchUntil, |