]> git.lyx.org Git - features.git/blobdiff - src/factory.C
Modify the InsetBox format to always start 'Box'.
[features.git] / src / factory.C
index 747fc7a5897ba2b85ac26b88280c94690b4dbe66..f2b61dbd4c0b5c537a228c9aae56804fea8c3757 100644 (file)
@@ -404,9 +404,7 @@ InsetOld * readInset(LyXLex & lex, Buffer const & buf)
                        inset.reset(new InsetGraphics);
                } else if (tmptok == "Note") {
                        inset.reset(new InsetNote(buf.params(), tmptok));
-               } else if (tmptok == "Boxed" || tmptok == "ovalbox"
-                       || tmptok == "Shadowbox" || tmptok == "Doublebox"
-                       || tmptok == "Ovalbox" || tmptok == "Frameless") {
+               } else if (tmptok == "Box") {
                        inset.reset(new InsetBox(buf.params(), tmptok));
                } else if (tmptok == "CharStyle") {
                        lex.next();