Created attachment 173508 [details] Comparison LibreOffice 7.3 master and MSO 2010 Steps to reproduce: 1. Open attachment 97699 [details] from bug 77741 2. Save it as PPTX 3. Open it in Microsoft Office ( I'm using 2010 ) -> The wordart has a bullet. See screenshot Reproduced in Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: 61618141f0204ce6653354f6424e11276d939aed CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded [Bug found by office-interoperability-tools]
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=c4f615b359be56e88e4fbf9aaaf30affb29d57e2 author Mike Kaganski <mike.kaganski@collabora.com> 2021-05-23 15:40:08 +0300 committer Mike Kaganski <mike.kaganski@collabora.com> 2021-06-08 14:50:33 +0200 commit c4f615b359be56e88e4fbf9aaaf30affb29d57e2 (patch) tree 484f1caaf27bc3cefc0d1a7e0614342927117440 parent 064a13e94e9b38bc88381b5c497cf6c9ddbe93e4 (diff) editengine-columns: Create document model and dialog page Bisected with: bibisect-linux64-7.3 Adding Cc: to Mike Kaganski
attachment 102670 [details] from bug 81265 is also affected by this issue
(In reply to Xisco Faulí from comment #1) > Regression introduced by: > > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=c4f615b359be56e88e4fbf9aaaf30affb29d57e2 Highly unlikely. The mentioned commit does not change import or export; the affected markup (a:pPr) is also unrelated to the change... Then why bibisect-linux64-7.3? The suspect commit was before 7-2 branch-off. I will try bibisect locally on Windows :)
(In reply to Mike Kaganski from comment #3) > Highly unlikely. > ... > I will try bibisect locally on Windows :) And I confirm your bibisection results :)
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/717dc8e3575a18e1e18dc446031e6db4e60a873d tdf#143315: restore the stylesheet after clearing outliner object It will be available in 7.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
FTR: this was not a true regression (and that's why I was confused initially): this was just a smelling code dependent on a fragile unspecified and unreliable implementation detail, which got uncovered when the detail had changed by the said commit.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/b3d2abf4c113741a386b7eb840e22b872f29c7c3 tdf#143315: restore the stylesheet after clearing outliner object It will be available in 7.2.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Let's remove the 'regression' keyword then