Hi there,<br><br>I'd like to have the attached patch pushed to the 3-6 branch in order to fix<br><br><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56325">https://bugs.freedesktop.org/show_bug.cgi?id=56325</a><br>
<br>This patch is basically an equivalent of<br><br><a href="http://cgit.freedesktop.org/libreoffice/core/commit/?id=acfdd93f31ae59bb688c27d2fd57e1940a6b9370">http://cgit.freedesktop.org/libreoffice/core/commit/?id=acfdd93f31ae59bb688c27d2fd57e1940a6b9370</a><br>
<br>on master, but due to my earlier indentation fix, it won't simply be cherry-picked to the 3-6 branch. But the two changes are basically the same change minus the indentation difference.<br><br>The punch line of this fix is that I just forgot to build the tree of flat_segment_tree before it was searched in isRowActive().  That ended up filtering out all the records incorrectly for the database data source, which would end up with an empty table output.<br>
<br>Kohei<br>