diff options
author | Sebastian Geerken <devnull@localhost> | 2013-07-02 13:25:04 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-07-02 13:25:04 +0200 |
commit | 8a4b80f989cabc0c83ed0a0c85189b5e84ad7fbe (patch) | |
tree | a32b28a44f8095374c7d9ab8385a1c078687eaab /dw/tablecell.hh | |
parent | 7a1296f447abaf2787181eff5d41e35b9f20524c (diff) |
Fixed a bug in the calculation of extremes, related to hyphenation.
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 4bb8633c..f7c6042e 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -12,7 +12,7 @@ private: int charWordIndex, charWordPos; protected: - void wordWrap (int wordIndex, bool wrapAll); + bool wordWrap (int wordIndex, bool wrapAll); int getValue (); void setMaxValue (int maxValue, int value); |