From: Vincent van Ravesteijn Date: Sun, 15 Apr 2012 18:28:09 +0000 (+0200) Subject: BufferView::dispatch(): add a missing break X-Git-Tag: 2.1.0beta1~1932 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3a395ca0f57ded024031c501ffe636ee38f1e248;p=lyx.git BufferView::dispatch(): add a missing break --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 9a4e5d326a..bc8599feef 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -1956,6 +1956,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr) cur.setCurrentFont(); dr.forceBufferUpdate(); } + break; } case LFUN_FILE_INSERT_PLAINTEXT_PARA: