fix OOXML validation error
Change-Id: Ib87eadad99285e19d73f4de58690de501084293c
This commit is contained in:
committed by
Markus Mohrhard
parent
381613916d
commit
6b34a4cbcc
@@ -4031,12 +4031,12 @@ void DocxAttributeOutput::StartStyle( const OUString& rName, StyleType eType,
|
||||
m_pSerializer->singleElementNS(XML_w, XML_uiPriority,
|
||||
FSNS(XML_w, XML_val), OUStringToOString(aUiPriority, RTL_TEXTENCODING_UTF8).getStr(),
|
||||
FSEND);
|
||||
if (bQFormat)
|
||||
m_pSerializer->singleElementNS(XML_w, XML_qFormat, FSEND);
|
||||
if (bSemiHidden)
|
||||
m_pSerializer->singleElementNS(XML_w, XML_semiHidden, FSEND);
|
||||
if (bUnhideWhenUsed)
|
||||
m_pSerializer->singleElementNS(XML_w, XML_unhideWhenUsed, FSEND);
|
||||
if (bQFormat)
|
||||
m_pSerializer->singleElementNS(XML_w, XML_qFormat, FSEND);
|
||||
if (bLocked)
|
||||
m_pSerializer->singleElementNS(XML_w, XML_locked, FSEND);
|
||||
if (!aRsid.isEmpty())
|
||||
|
Reference in New Issue
Block a user