From 4a4ec0c96a42fa0daab6a7a66029e67a953f8886 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 21 Jan 2010 21:05:53 +0000 Subject: [PATCH] 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 --- src/mathed/MathExtern.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } -- 2.39.2