[Libreoffice-commits] .: writerfilter/source
David Tardon
dtardon at kemper.freedesktop.org
Mon Oct 11 01:07:38 PDT 2010
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 2 +-
writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
New commits:
commit c465d663ee7a13888a49a8bf89bbe24407123abc
Author: David Tardon <dtardon at redhat.com>
Date: Mon Oct 11 09:53:01 2010 +0200
#i114284#, #i114285# fix build with debugging flags
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 4771786..a4fe85a 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -628,7 +628,7 @@ void DomainMapper_Impl::finishParagraph( PropertyMapPtr pPropertyMap )
#ifdef DEBUG_DOMAINMAPPER
dmapper_logger->attribute("isTextAppend", xTextAppend.is());
- dmapper_logger->attribute("isIgnor", m_TableManager.isIgnore());
+ dmapper_logger->attribute("isIgnor", getTableManager().isIgnore());
#endif
if(xTextAppend.is() && ! getTableManager( ).isIgnore())
diff --git a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
index 2f0ac8d..4eb1752 100644
--- a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
@@ -193,9 +193,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
More information about the Libreoffice-commits
mailing list