diff options
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r-- | dw/simpletablecell.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh index a97464e4..4701a90e 100644 --- a/dw/simpletablecell.hh +++ b/dw/simpletablecell.hh @@ -7,6 +7,10 @@ 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; |