]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
shuffle (la)texstream around a bit
[features.git] / src / Buffer.cpp
index bc61f08d8e280e9b0364aab8b30d8bc3939c7dc4..c9c3b07e53d6ce892bfa8c3986aa44a9cc16fd7d 100644 (file)
@@ -47,6 +47,7 @@
 #include "ParIterator.h"
 #include "sgml.h"
 #include "TexRow.h"
+#include "TexStream.h"
 #include "TocBackend.h"
 #include "Undo.h"
 #include "version.h"
@@ -920,6 +921,8 @@ bool Buffer::makeLaTeXFile(FileName const & fname,
        if (!openFileWrite(ofs, fname))
                return false;
 
+       //TexStream ts(ofs.rdbuf(), &texrow());
+
        bool failed_export = false;
        try {
                writeLaTeXSource(ofs, original_path,