diff options
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r-- | dw/simpletablecell.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh index 6e9f0f8f..2985a420 100644 --- a/dw/simpletablecell.hh +++ b/dw/simpletablecell.hh @@ -21,8 +21,6 @@ protected: bool adjustExtraSpaceWhenCorrectingRequisitionByOOF (); - bool mustBeWidenedToAvailWidth (); - public: static int CLASS_ID; @@ -33,6 +31,8 @@ public: int applyPerHeight (int containerHeight, core::style::Length perHeight); bool isBlockLevel (); + + bool usesMaxGeneratorWidth (); }; } // namespace dw |