Kaydet (Commit) 7d067d5c authored tarafından Miklos Vajna's avatar Miklos Vajna

DOCX export: Value stored to bEndParaSdt/bCloseEarlierSDT is never read

Change-Id: Iccebda56ad7a6e7f7867d3da8033c633211f9e15
üst bee4c09b
......@@ -304,7 +304,6 @@ void DocxAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pText
{
// This is the common case: "close sdt before the current paragraph" was requrested by the next paragraph.
EndSdtBlock();
bEndParaSdt = false;
m_bStartedParaSdt = false;
m_aStartedParagraphSdtPrAlias = "";
}
......@@ -1208,7 +1207,6 @@ void DocxAttributeOutput::EndRun()
m_pSerializer->mark();
EndSdtBlock();
m_pSerializer->mergeTopMarks( sax_fastparser::MERGE_MARKS_PREPEND );
bCloseEarlierSDT = false;
}
m_pSerializer->mergeTopMarks();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment