From 39985d2c5158742fc9e00e7dd90559f9f5c8c75f Mon Sep 17 00:00:00 2001 From: sgeerke Date: Sun, 24 Jun 2012 12:06:15 +0200 Subject: First part of hyphenation! And some minor changes in "lout". --- dw/tablecell.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/tablecell.hh') diff --git a/dw/tablecell.hh b/dw/tablecell.hh index 318d1f4e..4bb8633c 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -12,7 +12,7 @@ private: int charWordIndex, charWordPos; protected: - void wordWrap(int wordIndex); + void wordWrap (int wordIndex, bool wrapAll); int getValue (); void setMaxValue (int maxValue, int value); -- cgit v1.2.3