diff --git a/src/Text3.cpp b/src/Text3.cpp index eaed04cc69..da5fb0855e 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -228,7 +228,6 @@ static bool doInsertInset(Cursor & cur, Text * text, cur.buffer().params().getTextClass().defaultLayoutName(); cur.leaveInset(*inset); text->setLayout(cur, layoutname); - } } } }