whoops forgot this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6406 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-10 00:05:05 +00:00
parent 60bce4889f
commit 122955821d

View File

@ -606,8 +606,9 @@ private:
*/
/// get the next breakpoint in a given paragraph
lyx::pos_type nextBreakPoint(BufferView &, Row const & row) const;
/// return the pos value *before* which a row should break.
/// for example, the pos at which IsNewLine(pos) == true
lyx::pos_type rowBreakPoint(BufferView &, Row const & row) const;
/// returns the minimum space a row needs on the screen in pixel
int fill(BufferView &, Row & row, int workwidth) const;