From: Richard Heck Date: Thu, 28 Feb 2008 14:58:22 +0000 (+0000) Subject: Hmm. X-Git-Tag: 1.6.10~6006 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5854c47a3124c43083c001071251008af4086d0f;p=features.git Hmm. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23323 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text.cpp b/src/Text.cpp index 4d6df2e7d5..2a7942a607 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -916,6 +916,7 @@ bool Text::handleBibitems(Cursor & cur) // otherwise reset to default cur.paragraph().setEmptyOrDefaultLayout(bufparams.documentClass()); + return true; }