diff options
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index 56196e6d..8d8e91f5 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -25,6 +25,8 @@ protected: bool adjustExtraSpaceWhenCorrectingRequisitionByOOF (); + bool mustBeWidenedToAvailWidth (); + int wordWrap (int wordIndex, bool wrapAll); int getValue (); @@ -40,8 +42,6 @@ public: int applyPerHeight (int containerHeight, core::style::Length perHeight); bool isBlockLevel (); - - bool mustBeWidenedToAvailWidth (); }; } // namespace dw |