diff options
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r-- | src/xmlgen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp index 8dbd3c1..9c694a8 100644 --- a/src/xmlgen.cpp +++ b/src/xmlgen.cpp @@ -429,7 +429,6 @@ class XMLGenerator : public OutputDocInterface XML_DB(("(startSimpleSect)\n")); m_t << "<simplesect kind=\"" << sectionTypeToString(st) << "\">"; startNestedPar(); - m_inParStack.top() = TRUE; } void endSimpleSect() { |