writerfilter07: utext: log protocol-utext
This commit is contained in:
parent
d9d36fc94b
commit
3f58b03aaa
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ void StreamProtocol::utext(const sal_uInt8 * data, size_t len)
|
|||
aBuffer.append( (const sal_Unicode *) data, len);
|
||||
sText = aBuffer.makeStringAndClear();
|
||||
|
||||
m_pTagLogger->startElement("protocol-text");
|
||||
m_pTagLogger->startElement("protocol-utext");
|
||||
m_pTagLogger->chars(sText);
|
||||
m_pTagLogger->endElement("protocol-text");
|
||||
m_pTagLogger->endElement("protocol-utext");
|
||||
|
||||
m_pStream->utext(data, len);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue