writerfilter07: PropertiesProtocol::sprm: send the string representation of the sprm, too

This commit is contained in:
Henning Brinkmann[hbrinkm] 2009-11-13 10:59:22 +01:00
parent 918c64610f
commit dd33fa5097

View file

@ -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");
}