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