mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
* paragraph.h:
* paragraph.C: code reformatting only git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15429 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
57494b23ba
commit
91e50210eb
@ -281,7 +281,8 @@ void Paragraph::insertChar(pos_type pos, Paragraph::value_type c,
|
||||
}
|
||||
|
||||
|
||||
void Paragraph::insertInset(pos_type pos, InsetBase * inset, Change const & change)
|
||||
void Paragraph::insertInset(pos_type pos, InsetBase * inset,
|
||||
Change const & change)
|
||||
{
|
||||
pimpl_->insertInset(pos, inset, change);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user