disable the parboxinset (bug #1327)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8891 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-08-12 22:23:10 +00:00
parent 09e37ba99b
commit e8d6bdcc7b

View File

@ -255,8 +255,8 @@ MathAtom createMathInset(string const & s)
return MathAtom(new MathDotsInset(l));
if (inset == "mbox")
return MathAtom(new MathBoxInset(l->name));
if (inset == "parbox")
return MathAtom(new MathParboxInset);
// if (inset == "parbox")
// return MathAtom(new MathParboxInset);
if (inset == "fbox")
return MathAtom(new MathFboxInset(l));
if (inset == "style")