]> git.lyx.org Git - features.git/commitdiff
Revert this silly seekp thing.
authorAngus Leeming <leeming@lyx.org>
Wed, 30 Jan 2002 17:02:17 +0000 (17:02 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 30 Jan 2002 17:02:17 +0000 (17:02 +0000)
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

src/LaTeXFeatures.C

index 01049c315e9aeeaae244373ef2a39559cf224930..039beb85faeaf40bebb17e52b3c276243f977817 100644 (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();
 }