Revert this silly seekp thing.

Apologies for letting it slip in in the first place.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3456 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-01-30 17:02:17 +00:00
parent e1f75fc571
commit bc654756fa

View File

@ -348,10 +348,6 @@ string const LaTeXFeatures::getTClassPreamble() const
}
}
// DEC's implementation of ostringstream has a bug which can be
// overcome with this forcing.
tcpreamble.seekp(std::ios::beg);
return tcpreamble.str().c_str();
}