ScAddress::operator<() is not what we need here, tdf#48140 follow-up fix
ScAddress::operator<() compares by tab,col,row while we need tab,row,col for ODF import/export. This caused the export crash tests http://dev-builds.libreoffice.org/crashtest/27ec6d1cb96a0d3becf14309a26d1c024a0f8603/exportCrash.txt to fail due to assert sax/source/expatwrap/saxwriter.cxx:1143: virtual void {anonymous}::SAXWriter::endElement(const rtl::OUString&): Assertion `aName == m_pSaxWriterHelper->m_DebugStartedElements.top()' Fallout from commit 50106435 Date: Thu Nov 24 00:02:45 2016 +0100 tdf#48140 Change types of variables and remove uneeded code Change-Id: I63d365f62868099b79de4812534c323b89dc2ee1
Showing
Please
register
or
sign in
to comment