From: Abdelrazak Younes Date: Tue, 4 Mar 2008 07:33:43 +0000 (+0000) Subject: add missing break, should fix the remaining problem in revision 23420. X-Git-Tag: 1.6.10~5918 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3974c5f230bc1374db49e85c68c8195c72855b08;p=features.git add missing break, should fix the remaining problem in revision 23420. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23422 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index a05cbd45b0..ed9e859641 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -116,6 +116,7 @@ void InsetBibitem::doDispatch(Cursor & cur, FuncRequest & cmd) if (params()["key"] != old_key) cur.bv().buffer().changeRefsIfUnique(old_key, params()["key"], CITE_CODE); + break; } default: