diff options
Diffstat (limited to 'dw/alignedtablecell.cc')
-rw-r--r-- | dw/alignedtablecell.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/alignedtablecell.cc b/dw/alignedtablecell.cc index a9f091f3..f1e1203a 100644 --- a/dw/alignedtablecell.cc +++ b/dw/alignedtablecell.cc @@ -20,6 +20,7 @@ #include "alignedtablecell.hh" +#include "table.hh" #include "../lout/debug.hh" #include <stdio.h> @@ -62,6 +63,11 @@ int AlignedTableCell::applyPerHeight (int containerHeight, return core::style::multiplyWithPerLength (containerHeight, perHeight); } +bool AlignedTableCell::getAdjustMinWidth () +{ + return Table::getAdjustTableMinWidth (); +} + int AlignedTableCell::wordWrap(int wordIndex, bool wrapAll) { Textblock::Word *word; |