diff options
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |