Fix bug #6474: Tex2lyx skips all spaces in the preamble.

Partially reverting r30113.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-03-11 16:56:41 +00:00
parent f44ee9937a
commit b9b872f36a

View File

@ -869,9 +869,6 @@ void parse_preamble(Parser & p, ostream & os,
else if (!t.cs().empty() && !in_lyx_preamble)
h_preamble << '\\' << t.cs();
// remove the whitespace
p.skip_spaces();
}
// remove the whitespace