]> git.lyx.org Git - lyx.git/commit
Remove a deep copy of MathData in lyx::write
authorGuillaume Munch <gm@lyx.org>
Mon, 12 Oct 2015 22:31:15 +0000 (23:31 +0100)
committerGuillaume Munch <gm@lyx.org>
Mon, 19 Oct 2015 05:55:18 +0000 (06:55 +0100)
commitc51ebd9bbc01a23babccb7854623888093b3b8fe
tree102ce7fd1fa55c34c19b77e110d7040ac5a12bf8
parent789745df7a8cda6cb5172ea811371d149a68e198
Remove a deep copy of MathData in lyx::write

This deep copy used to mess with the unique identifier: what TexRow saw was
different from the original uid. There may also be performance improvements.

(Using Georg's suggestion)
src/mathed/InsetMathString.cpp
src/mathed/MathExtern.cpp
src/mathed/MathExtern.h