diff options
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r-- | dw/simpletablecell.hh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh index 4701a90e..a452add9 100644 --- a/dw/simpletablecell.hh +++ b/dw/simpletablecell.hh @@ -7,16 +7,15 @@ namespace dw { class SimpleTableCell: public Textblock { -protected: - int applyPerWidth (int containerWidth, core::style::Length perWidth); - int applyPerHeight (int containerHeight, core::style::Length perHeight); - public: static int CLASS_ID; SimpleTableCell (bool limitTextWidth); ~SimpleTableCell (); + int applyPerWidth (int containerWidth, core::style::Length perWidth); + int applyPerHeight (int containerHeight, core::style::Length perHeight); + bool isBlockLevel (); }; |