small doxygen fix, remove unused declaration

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17803 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-04-14 10:26:45 +00:00
parent a2b645cbca
commit f97b5dee78

View File

@ -37,7 +37,6 @@ class FuncStatus;
class InsetBase;
class LColor_color;
class LCursor;
class LyXTextClass;
class PainterInfo;
class Row;
class RowMetrics;
@ -67,7 +66,7 @@ public:
void setCharFont(Buffer const & buffer, pit_type pit, pos_type pos,
LyXFont const & font, bool toggleall);
/// what you expect when pressing <enter> at cursor position
/// what you expect when pressing \<enter\> at cursor position
void breakParagraph(LCursor & cur, bool keep_layout = false);
/// set layout over selection