aboutsummaryrefslogtreecommitdiff
path: root/dw/tablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-04 20:44:00 +0100
committerSebastian Geerken <devnull@localhost>2015-01-04 20:44:00 +0100
commit8fc91bbfd90c0ccafc842d94e2b3bd10b8889595 (patch)
treecf000926053fbf18c8654890a33bbcf87fb775b1 /dw/tablecell.hh
parenta9cd5ace07c664beb87b0b4fbcbff5a9c4213a86 (diff)
Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r--dw/tablecell.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh
index 2e26c8e8..95c2e78e 100644
--- a/dw/tablecell.hh
+++ b/dw/tablecell.hh
@@ -7,6 +7,8 @@ namespace dw {
namespace tablecell {
+inline bool mustBeWidenedToAvailWidth () { return true; }
+
bool getAdjustMinWidth ();
bool isBlockLevel ();