]> git.lyx.org Git - lyx.git/commit
Missing bits of the std::string -> hullType change of InsetMathHull::type_.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 3 Oct 2006 07:56:27 +0000 (07:56 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 3 Oct 2006 07:56:27 +0000 (07:56 +0000)
commit8fb869e7c68aeeb87d58288b07fcee180c217222
tree2d9b39d67140e5725442b0223af4b553b5fd6640
parent42b65db61253186def2e813ab486d351b00a6032
Missing bits of the std::string -> hullType change of InsetMathHull::type_.
Now we write again \begin{align} instead of \begin{4} to .lyx and .tex.
* src/mathed/InsetMathHull.C
(InsetMathHull::header_write): write type name, not type_.
Use switch instead of if for better readability.
(InsetMathHull::footer_write): ditto
(InsetMathHull::mutate): write type name, not type_
(InsetMathHull::normalize): ditto
(InsetMathHull::infoize): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15204 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathHull.C