mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Document pasteParagraphList as hinted by Jean-Marc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15960 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fa2840e72b
commit
61c43883ba
@ -56,7 +56,8 @@ void copySelection(LCursor & cur);
|
||||
///
|
||||
void pasteSelection(LCursor & cur, ErrorList &, size_t sel_index = 0);
|
||||
|
||||
///
|
||||
/// Paste the paragraph list \p parlist at the position given by \p cur.
|
||||
/// Does not handle undo. Does only work in text, not mathed.
|
||||
void pasteParagraphList(LCursor & cur, ParagraphList const & parlist,
|
||||
textclass_type textclass, ErrorList & errorList);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user