mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
a2b645cbca
commit
f97b5dee78
@ -37,7 +37,6 @@ class FuncStatus;
|
|||||||
class InsetBase;
|
class InsetBase;
|
||||||
class LColor_color;
|
class LColor_color;
|
||||||
class LCursor;
|
class LCursor;
|
||||||
class LyXTextClass;
|
|
||||||
class PainterInfo;
|
class PainterInfo;
|
||||||
class Row;
|
class Row;
|
||||||
class RowMetrics;
|
class RowMetrics;
|
||||||
@ -67,7 +66,7 @@ public:
|
|||||||
void setCharFont(Buffer const & buffer, pit_type pit, pos_type pos,
|
void setCharFont(Buffer const & buffer, pit_type pit, pos_type pos,
|
||||||
LyXFont const & font, bool toggleall);
|
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);
|
void breakParagraph(LCursor & cur, bool keep_layout = false);
|
||||||
|
|
||||||
/// set layout over selection
|
/// set layout over selection
|
||||||
|
Loading…
Reference in New Issue
Block a user