Kaydet (Commit) b249197f authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: clean up useless debug output in ooxmltok

OOXMLFastDocumentHandler::createFastChildContext() is called for the
streams we expect, no need to unconditionally produce output there.

Change-Id: I164b3c4dc6f2294487e1b1283266957d8f24cbbb
üst 6c41a127
......@@ -142,12 +142,6 @@ uno::Reference< xml::sax::XFastContextHandler > SAL_CALL
const uno::Reference< xml::sax::XFastAttributeList > & /*Attribs*/)
throw (uno::RuntimeException, xml::sax::SAXException, std::exception)
{
#ifdef DEBUG_WRITERFILTER
clog << this << ":createFastChildContext:"
<< fastTokenToId(Element)
<< endl;
#endif
if ( mpStream == nullptr && mpDocument == nullptr )
{
// document handler has been created as unknown child - see <OOXMLFastDocumentHandler::createUnknownChildContext(..)>
......
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