]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.cpp
\protect xymatrix in fragile context
[features.git] / src / Paragraph.cpp
index 17c68fa98b422018eae4640164c624dfab987ab3..369bda0d7e80e39e4cc47dc55276a3309071618d 100644 (file)
@@ -4126,7 +4126,6 @@ bool Paragraph::needsCProtection(bool const fragile) const
                        continue;
                switch(im->cell(0)[0]->lyxCode()) {
                case MATH_ENV_CODE:
-               case MATH_XYMATRIX_CODE:
                        // these need cprotection
                        return true;
                default: