summaryrefslogtreecommitdiff
path: root/dw/alignedtablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-12-30 23:23:26 +0100
committerSebastian Geerken <devnull@localhost>2015-12-30 23:23:26 +0100
commit0a654860a53d5f44276d2637901feee5cba46747 (patch)
tree3f5f976633bda3145bd796aa4f7d19c06f7438a1 /dw/alignedtablecell.hh
parent91ae5fed75491a199a86372648956db16bcdaf7d (diff)
SRDOP: fix floats within textblocks not necessarily allocating the availabke width.
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r--dw/alignedtablecell.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh
index 8d8e91f5..0bcdbb5c 100644
--- a/dw/alignedtablecell.hh
+++ b/dw/alignedtablecell.hh
@@ -25,8 +25,6 @@ protected:
bool adjustExtraSpaceWhenCorrectingRequisitionByOOF ();
- bool mustBeWidenedToAvailWidth ();
-
int wordWrap (int wordIndex, bool wrapAll);
int getValue ();
@@ -42,6 +40,8 @@ public:
int applyPerHeight (int containerHeight, core::style::Length perHeight);
bool isBlockLevel ();
+
+ bool usesMaxGeneratorWidth ();
};
} // namespace dw