]> git.lyx.org Git - features.git/commitdiff
disable the parboxinset (bug #1327)
authorAndré Pönitz <poenitz@gmx.net>
Thu, 12 Aug 2004 22:23:10 +0000 (22:23 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 12 Aug 2004 22:23:10 +0000 (22:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8891 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_factory.C

index 3da237bd528201a84c1ce5488fa569ef598c94d4..1b54db1285f179db1f58bf481d4705544484884a 100644 (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")