diff options
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index 59878290..caf59307 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -12,9 +12,6 @@ private: int charWordIndex, charWordPos; protected: - int applyPerWidth (int containerWidth, core::style::Length perWidth); - int applyPerHeight (int containerHeight, core::style::Length perHeight); - int wordWrap (int wordIndex, bool wrapAll); int getValue (); @@ -26,6 +23,9 @@ public: AlignedTableCell(AlignedTableCell *ref, bool limitTextWidth); ~AlignedTableCell(); + int applyPerWidth (int containerWidth, core::style::Length perWidth); + int applyPerHeight (int containerHeight, core::style::Length perHeight); + bool isBlockLevel (); }; |