writerfilter07: PropertiesProtocol::sprm: send the string representation of the sprm, too
This commit is contained in:
parent
918c64610f
commit
dd33fa5097
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ void PropertiesProtocol::sprm(Sprm & _sprm)
|
|||
snprintf(sBuffer, sizeof(sBuffer), "%04" SAL_PRIxUINT32, _sprm.getId());
|
||||
m_pTagLogger->attribute("id", sBuffer);
|
||||
m_pTagLogger->attribute("name", _sprm.getName());
|
||||
m_pTagLogger->chars(_sprm.toString());
|
||||
m_pProperties->sprm(_sprm);
|
||||
m_pTagLogger->endElement("protocol-sprm");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue