]> git.lyx.org Git - lyx.git/blobdiff - src/Text.cpp
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4599
[lyx.git] / 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;
 }