From 5854c47a3124c43083c001071251008af4086d0f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 28 Feb 2008 14:58:22 +0000 Subject: [PATCH] Hmm. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23323 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2