diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-22 16:10:19 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-22 16:10:19 +0200 |
commit | 156f3622e4197dddeba990637dcbe1100c5d51ac (patch) | |
tree | 515d895e93c85959df85cde0b1feb9b986a5a855 /dw/ooffloatsmgr.hh | |
parent | 473610dbc053c39ff9d94476b23ea6a51ff07e1f (diff) |
Implemented OOFPositionedMgr::tellPosition (and what is needed else).
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 00cd5b9e..47bcbab4 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -377,6 +377,7 @@ public: bool affectsLeftBorder (core::Widget *widget); bool affectsRightBorder (core::Widget *widget); + bool mayAffectBordersAtAll (); int getClearPosition (OOFAwareWidget *textblock); |