]> git.lyx.org Git - lyx.git/commit
Fix bug 2932 (non-UI part only)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 19 Mar 2007 16:08:17 +0000 (16:08 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 19 Mar 2007 16:08:17 +0000 (16:08 +0000)
commitb0cfb6c53b90b7396d586794045d901cd439ff63
tree4722e9094c5930eb58eb3e78062a257140266e17
parent1716b7323ffd6182806c28211eaca1d813f68cb0
Fix bug 2932 (non-UI part only)

* src/mathed/InsetMathGrid.[Ch]
(InsetMathGrid::allow_pagebreak_): New member

* src/mathed/InsetMathGrid.C
(InsetMathGrid::eolString): Output \\* if allow_pagebreak_ is false

* src/mathed/MathParser.C
(addRow): Set allow_pagebreak_ in rowinfo if needed
(Parser::parse1): Parse '\\*' correctly

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17484 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathGrid.C
src/mathed/InsetMathGrid.h
src/mathed/MathParser.C