mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3323 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d57d71fc5c
commit
76d05a79f2
@ -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());
|
||||
|
@ -186,6 +186,7 @@ LyXFont const & whichFontBaseIntern(MathTextCodes type)
|
||||
return MathFonts[1];
|
||||
}
|
||||
|
||||
|
||||
LyXFont const & whichFontBase(MathTextCodes type)
|
||||
{
|
||||
if (!MathFonts)
|
||||
|
Loading…
Reference in New Issue
Block a user