diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-11 13:06:33 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-11 13:06:33 +0200 |
commit | 5ca902c4e37684563a8b2c2efee25370195061b6 (patch) | |
tree | 12557ec2a5cca2737278177ee59ed6148013b6f2 /dw/tablecell.hh | |
parent | 5826f4b3b6c963e6a062d96b89b654b348d80b08 (diff) |
Textblock::wordWrap returns not just true/false, but the exact difference.
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh index f7c6042e..1e13abf9 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -12,7 +12,7 @@ private: int charWordIndex, charWordPos; protected: - bool wordWrap (int wordIndex, bool wrapAll); + int wordWrap (int wordIndex, bool wrapAll); int getValue (); void setMaxValue (int maxValue, int value); |