summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2011-02-08 15:17:10 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 15:43:20 +0200
commit34ae936b8993a43f482967e5ba68f021f969a026 (patch)
tree02c1969d0a431e0d0a17a4b028fc708f5ab06aab /writerfilter/source/ooxml/OOXMLFactory.cxx
parentb174e5aed96d1fd685625a89a25354763e7d802b (diff)
imported patch debugcleanup2 [hg:b208d29d0b58]
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index 9188bef6e8cb..076ef40b9c13 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -311,11 +311,11 @@ void OOXMLFactory::startAction(OOXMLFastContextHandler * pHandler, Token_t /*nTo
if (pFactory.get() != NULL)
{
-#ifdef DEBUG_ELEMENT
+#ifdef DEBUG_FACTORY
debug_logger->startElement("factory.startAction");
#endif
pFactory->startAction(pHandler);
-#ifdef DEBUG_ELEMENT
+#ifdef DEBUG_FACTORY
debug_logger->endElement("factory.startAction");
#endif
}
@@ -328,11 +328,11 @@ void OOXMLFactory::endAction(OOXMLFastContextHandler * pHandler, Token_t /*nToke
if (pFactory.get() != NULL)
{
-#ifdef DEBUG_ELEMENT
+#ifdef DEBUG_FACTORY
debug_logger->startElement("factory.endAction");
#endif
pFactory->endAction(pHandler);
-#ifdef DEBUG_ELEMENT
+#ifdef DEBUG_FACTORY
debug_logger->endElement("factory.endAction");
#endif
}