diff options
author | Sebastian Geerken <devnull@localhost> | 2016-04-03 13:57:49 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-04-03 13:57:49 +0200 |
commit | ac5f6eb878e615789029fd5cd36fb9d65c78277c (patch) | |
tree | cf342d71590857230a2b726c29a30c268facd830 /dw/textblock.hh | |
parent | c242567805390620f4c47d17af68bb81b715efa2 (diff) |
Replace OOFAwareWidget::borderChanged by OOFAwareWidget::updateReference.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 2c13e2c8..01f7d9f3 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -764,8 +764,6 @@ protected: RegardingBorder *getWidgetRegardingBorderForLine (int lineNo); RegardingBorder *getWidgetRegardingBorderForLine (int firstWord, int lastWord); - void printBorderChangedErrorAndAbort (int y, Widget *vloat, - int wrapLineIndex); int yOffsetOfLineToBeCreated (int *lastMargin = NULL); int yOffsetOfLineCreated (Line *line); @@ -901,7 +899,7 @@ public: void changeWordStyle (int from, int to, core::style::Style *style, bool includeFirstSpace, bool includeLastSpace); - void borderChanged (int oofmIndex, int y, core::Widget *widgetOOF); + void updateReference (int ref); void widgetRefSizeChanged (int externalIndex); void clearPositionChanged (); void oofSizeChanged (bool extremesChanged); |