https://bugs.documentfoundation.org/show_bug.cgi?id=108834
--- Comment #12 from Buovjaga <[email protected]> --- (In reply to Timur from comment #11) > Still reproduced in 25.8+. > > This is a regression but in a large range: > https://cgit.freedesktop.org/libreoffice/core/log/ > ?qt=range&q=20f2aaced1dabbd62ea516368b85e0e881d42165.. > 3a9e1e71d9a28b2c6bc96757e629b231d2276d9d > > This one mentions "filter" - could be checked: > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=3d5789d48d6602832abd33268e31afa4080cb87a > author Ricardo Montania <[email protected]> 2012-12-12 > 13:26:57 > committer Luboš Luňák <[email protected]> 2012-12-13 13:05:33 > commit 3d5789d48d6602832abd33268e31afa4080cb87a (patch) > String removal in filter That is about XML file handling, though. We can also search with: git log --stat --pretty=short --graph 20f2aaced1dabbd62ea516368b85e0e881d42165..3a9e1e71d9a28b2c6bc96757e629b231d2276d9d | grep -B 10 -A 10 --color=always "sc/" | less -R There is this interesting one: 1360b28b477f980a2c58659ffc298d0dd2cda20b bnc#791706: Support multiple selection in page fields. This change allows selecting multiple items in page field popups in pivot table. -- You are receiving this mail because: You are the assignee for the bug.
