From: Richard Heck Date: Thu, 21 Jan 2010 21:05:53 +0000 (+0000) Subject: We do not need to extract exponents, either. X-Git-Tag: 2.0.0~4277 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4a4ec0c96a42fa0daab6a7a66029e67a953f8886;p=features.git We do not need to extract exponents, either. There may be more we do not need to do. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33147 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathExtern.cpp b/src/mathed/MathExtern.cpp index 1b71247456..fb0ed20517 100644 --- a/src/mathed/MathExtern.cpp +++ b/src/mathed/MathExtern.cpp @@ -960,9 +960,7 @@ void extractStructure(MathData & ar, ExternalMath kind) if (kind != MATHML) { extractDets(ar); extractDiff(ar); - } - extractExps(ar); - if (kind != MATHML) { + extractExps(ar); extractLims(ar); extractStrings(ar); }