Kaydet (Commit) d99c0e14 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

DOCX export: remove some extra pPr tag

StartParagraphProperties and EndParagraphProperties
contains these lines.

Change-Id: I05cceb64cfa8c2b1673d44009ef1914fcf7f3e6d
üst 12f22bd7
...@@ -3509,11 +3509,9 @@ void DocxAttributeOutput::WriteOutliner(const OutlinerParaObject& rParaObj) ...@@ -3509,11 +3509,9 @@ void DocxAttributeOutput::WriteOutliner(const OutlinerParaObject& rParaObj)
StartParagraph(ww8::WW8TableNodeInfo::Pointer_t()); StartParagraph(ww8::WW8TableNodeInfo::Pointer_t());
// Write paragraph properties. // Write paragraph properties.
m_pSerializer->startElementNS(XML_w, XML_pPr, FSEND);
StartParagraphProperties(); StartParagraphProperties();
aAttrIter.OutParaAttr(false); aAttrIter.OutParaAttr(false);
EndParagraphProperties(0, 0, 0, 0); EndParagraphProperties(0, 0, 0, 0);
m_pSerializer->endElementNS(XML_w, XML_pPr);
do { do {
const sal_Int32 nNextAttr = std::min(aAttrIter.WhereNext(), nEnd); const sal_Int32 nNextAttr = std::min(aAttrIter.WhereNext(), nEnd);
......
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