* 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:
Michael Schmitt 2006-10-21 08:18:29 +00:00
parent 57494b23ba
commit 91e50210eb
2 changed files with 8 additions and 7 deletions

View File

@ -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);
}