diff options
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r-- | src/latexgen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp index 6d562ce..85e2905 100644 --- a/src/latexgen.cpp +++ b/src/latexgen.cpp @@ -659,7 +659,6 @@ void LatexGenerator::writeHeaderFile(QFile &f) void LatexGenerator::writeStyleSheetFile(QFile &f) { FTextStream t(&f); - //t.setEncoding(QTextStream::UnicodeUTF8); writeDefaultStyleSheetPart1(t); QCString &projectName = Config_getString("PROJECT_NAME"); @@ -1602,7 +1601,6 @@ void LatexGenerator::endSection(const char *lab,SectionInfo::SectionType) } -//void LatexGenerator::docifyStatic(QTextStream &t,const char *str) void LatexGenerator::docify(const char *str) { filterLatexString(t,str,insideTabbing,FALSE); |