whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3323 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-01-09 15:21:56 +00:00
parent d57d71fc5c
commit 76d05a79f2
2 changed files with 4 additions and 2 deletions

View File

@ -948,8 +948,8 @@ void Parser::parse_into(MathArray & array, unsigned flags, MathTextCodes code)
return;
}
/*
// Disabled
#if 0
else if (t.cs() == "mbox") {
array.push_back(createMathInset(t.cs()));
// slurp in the argument of mbox
@ -957,7 +957,8 @@ void Parser::parse_into(MathArray & array, unsigned flags, MathTextCodes code)
MathBoxInset * p = array.back()->asBoxInset();
//lyx::assert(p);
}
*/
#endif
else if (t.cs().size()) {
latexkeys const * l = in_word_set(t.cs());

View File

@ -186,6 +186,7 @@ LyXFont const & whichFontBaseIntern(MathTextCodes type)
return MathFonts[1];
}
LyXFont const & whichFontBase(MathTextCodes type)
{
if (!MathFonts)