]> git.lyx.org Git - features.git/commitdiff
Hmm.
authorRichard Heck <rgheck@comcast.net>
Thu, 28 Feb 2008 14:58:22 +0000 (14:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 28 Feb 2008 14:58:22 +0000 (14:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23323 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.cpp

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