From 8fc91bbfd90c0ccafc842d94e2b3bd10b8889595 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sun, 4 Jan 2015 20:44:00 +0100 Subject: Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth. --- dw/tablecell.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dw/tablecell.hh') 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 (); -- cgit v1.2.3