summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-01-24 15:43:53 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-24 15:49:55 +0100
commit22c2ffaa8a5922145fb5947864fd1ee6bd2e8584 (patch)
tree865bc4c71e69ad75b59f92664843c574c0ee0c4e /writerfilter/source/ooxml/OOXMLFactory.cxx
parentef597d80dc18f9662a50f3abad5d39d0fd76449e (diff)
writerfilter: fix build with DEBUG_FACTORY defined and enable when dbglevel==2
Change-Id: Ie56458a0f8752c21470e166735fd495c194f06ba
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index 20fc82c75b6f..5d683cb9f0a3 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -269,7 +269,7 @@ OOXMLFactory::createFastChildContext(OOXMLFastContextHandler * pHandler,
ret = createFastChildContextFromFactory(pHandler, pFactory, Element);
#ifdef DEBUG_FACTORY
- debug_logger->endElement("factory.createFastChildContext");
+ debug_logger->endElement();
#endif
return ret;
@@ -292,7 +292,7 @@ void OOXMLFactory::characters(OOXMLFastContextHandler * pHandler,
}
#ifdef DEBUG_FACTORY
- debug_logger->endElement("factory.characters");
+ debug_logger->endElement();
#endif
}