Kaydet (Commit) 955c8f4c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "tdf#90810: skip all elements outside of the requested footnote"

This reverts commit 3eff65e7, causes assert at
writerfilter/source/dmapper/DomainMapper_Impl.cxx:5330 to fire during
CppunitTest_sw_ooxmlexport2
üst 654170d0
...@@ -189,9 +189,8 @@ throw (uno::RuntimeException, xml::sax::SAXException, std::exception) ...@@ -189,9 +189,8 @@ throw (uno::RuntimeException, xml::sax::SAXException, std::exception)
m_bDiscardChildren = aState.m_bDiscardChildren; m_bDiscardChildren = aState.m_bDiscardChildren;
m_bTookChoice = aState.m_bTookChoice; m_bTookChoice = aState.m_bTookChoice;
} }
else if (!m_bDiscardChildren && isForwardEvents()) else if (!m_bDiscardChildren)
lcl_endFastElement(Element); lcl_endFastElement(Element);
} }
void OOXMLFastContextHandler::lcl_startFastElement void OOXMLFastContextHandler::lcl_startFastElement
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment