]> git.lyx.org Git - lyx.git/commitdiff
We do not need to extract exponents, either.
authorRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 21:05:53 +0000 (21:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 21 Jan 2010 21:05:53 +0000 (21:05 +0000)
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

index 1b712474560dd3e661c0261cabad1efd369f7b85..fb0ed20517b5c442fe058aa4dda0518f0f05ce8b 100644 (file)
@@ -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);
        }