summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-09-27 15:11:48 +0200
committerMichael Stahl <mst@openoffice.org>2010-09-27 15:11:48 +0200
commit34a7b590dca429f3ede5a67ca661168c0789f0be (patch)
tree8cd11583bdbe415a586c9f171bce6ce3025b0a1d /writerfilter
parent0cb6c48328906e181f3b7cdc02dca25cbe52de0e (diff)
sw34bf01: #i114285#: patch by dtardon: fix build with -DEBUG_CONTEXT_STACK
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
index 7007a2b6c436..899b078386e2 100644
--- a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
@@ -200,9 +200,6 @@ void SAL_CALL OOXMLFastDocumentHandler::startDocument()
void SAL_CALL OOXMLFastDocumentHandler::endDocument()
throw (uno::RuntimeException, xml::sax::SAXException)
{
-#ifdef DEBUG_CONTEXT_STACK
- OOXMLFastContextHandler::dumpOpenContexts();
-#endif
}
void SAL_CALL OOXMLFastDocumentHandler::setDocumentLocator