git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23323 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-02-28 14:58:22 +00:00
parent 224e6ad0a3
commit 5854c47a31

View File

@ -916,6 +916,7 @@ bool Text::handleBibitems(Cursor & cur)
// otherwise reset to default // otherwise reset to default
cur.paragraph().setEmptyOrDefaultLayout(bufparams.documentClass()); cur.paragraph().setEmptyOrDefaultLayout(bufparams.documentClass());
return true;
} }