From 76d05a79f22ca12a36a2761aeb96f60ba85f4e54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 9 Jan 2002 15:21:56 +0000 Subject: [PATCH] whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3323 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_parser.C | 5 +++-- src/mathed/math_support.C | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index 5c6cbc9d3c..3c3630318d 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -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()); diff --git a/src/mathed/math_support.C b/src/mathed/math_support.C index fde9ff6b25..14c37c95c5 100644 --- a/src/mathed/math_support.C +++ b/src/mathed/math_support.C @@ -186,6 +186,7 @@ LyXFont const & whichFontBaseIntern(MathTextCodes type) return MathFonts[1]; } + LyXFont const & whichFontBase(MathTextCodes type) { if (!MathFonts) -- 2.39.2