]> git.lyx.org Git - features.git/commit
Fix regression introduced in commit 7cfac95
authorGeorg Baum <baum@lyx.org>
Fri, 5 Oct 2012 20:16:46 +0000 (22:16 +0200)
committerGeorg Baum <baum@lyx.org>
Fri, 5 Oct 2012 20:16:46 +0000 (22:16 +0200)
commit28dc8a77ee281f606de3bd7c56d467466ee28b64
tree1cae112ece6e44dd6597f1e70be74334c34461e5
parent63612ca99b4961c5997c788626da81553233ff9f
Fix regression introduced in commit 7cfac95

Commit 7cfac95 got rid of empty lines that were created by removing \usepackage
statements. However, it added an additional newline in case the \usepackage
was not at the end of the line. This is now fixed.
src/tex2lyx/Parser.cpp
src/tex2lyx/Preamble.cpp