diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-01 23:32:21 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-01 23:32:21 +0100 |
commit | 45b8ba7af289b7ba3c5b043d8db7cec3c73e67df (patch) | |
tree | 1838f1d9f39d5403176bb9f80ea381c2a4619b21 /dw/textblock.hh | |
parent | 80d2c121f354e308d6269ba8cecd1c1e0697e796 (diff) |
SRDOP: Consider references and positions in Textblock::sizeRequestImpl.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 439942de..c5e790ba 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -582,6 +582,7 @@ protected: are the line numbers, not the value stored in parentRef. */ + int wrapRefLinesFCX, wrapRefLinesFCY; // These four values are calculated by containingBlock->outOfFlowMgr // (when defined; otherwise, they are false, or 0, respectively), for |