summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-07 09:54:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-07 09:54:40 +0200
commit955c8f4c7b6038aa802e33074623b8eab0494d0c (patch)
tree1c4854e71f2e989d935065a93eeb181123fc01da /writerfilter
parent654170d0a8250605be0bdf6ea759d4637f08046a (diff)
Revert "tdf#90810: skip all elements outside of the requested footnote"
This reverts commit 3eff65e78a3a90b07c7a01ff26736fd25996e476, causes assert at writerfilter/source/dmapper/DomainMapper_Impl.cxx:5330 to fire during CppunitTest_sw_ooxmlexport2
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 43feb4137733..898dacdce600 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -189,9 +189,8 @@ throw (uno::RuntimeException, xml::sax::SAXException, std::exception)
m_bDiscardChildren = aState.m_bDiscardChildren;
m_bTookChoice = aState.m_bTookChoice;
}
- else if (!m_bDiscardChildren && isForwardEvents())
+ else if (!m_bDiscardChildren)
lcl_endFastElement(Element);
-
}
void OOXMLFastContextHandler::lcl_startFastElement