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/alignedtablecell.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dw/alignedtablecell.hh') diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index 5ea606d7..57b92d5f 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -37,6 +37,8 @@ public: int applyPerHeight (int containerHeight, core::style::Length perHeight); bool isBlockLevel (); + + bool mustBeWidenedToAvailWidth (); }; } // namespace dw -- cgit v1.2.3