Kaydet (Commit) 894ce91b authored tarafından Michael Stahl's avatar Michael Stahl

sw: fix duplicate whichId attributes in node dump

Change-Id: I5089ce8e13d26dcc773f63b3a6f0ef17474444e0
üst 051bbb81
......@@ -114,7 +114,7 @@ void SwTextAttr::dumpAsXml(xmlTextWriterPtr pWriter) const
break;
}
if (pWhich)
xmlTextWriterWriteAttribute(pWriter, BAD_CAST("whichId"), BAD_CAST(pWhich));
xmlTextWriterWriteAttribute(pWriter, BAD_CAST("which"), BAD_CAST(pWhich));
if (oValue)
xmlTextWriterWriteAttribute(pWriter, BAD_CAST("value"), BAD_CAST(oValue->getStr()));
if (Which() == RES_TXTATR_AUTOFMT)
......
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