aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-04-04 21:51:38 +0200
committerSebastian Geerken <devnull@localhost>2014-04-04 21:51:38 +0200
commit54a86cae9079882c161c6a7f679966cec24dae9d (patch)
tree664b2a48b59f35b9b8889397f3fcc732473f8794 /dw/textblock_linebreaking.cc
parent5a768078389e77dafcdb6ff566428996907a7c44 (diff)
RTFL.
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r--dw/textblock_linebreaking.cc6
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,