diff options
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); |