Description: Headings are indented when pasting as unformatted text Steps to Reproduce: 1. Open the attached file 2. Select all 3. Open a New Writer Document 4. CTRL+SHIFT+V -> Paste as Unformatted text Actual Results: Indented at every heading Expected Results: Plain text (with the same look as source) Reproducible: Always User Profile Reset: No Additional Info: Found in Version: 6.2.0.0.alpha0+ Build ID: bb1d5780226bb1b9156580972eea9aa849178742 CPU threads: 4; OS: Windows 6.3; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2018-07-03_05:56:48 Locale: nl-NL (nl_NL); Calc: CL but not in Version: 5.3.1.0.0+ Build ID: aa09fd58bd499a2a2c3a32c5f613892bad54076c CPU Threads: 4; OS Version: Windows 6.29; UI Render: default; Layout Engine: new; Locale: nl-NL (nl_NL); Calc: CL
Created attachment 143425 [details] Example file
Created attachment 143428 [details] Bibisect log Bisected to author Jan Holesovsky <kendy@collabora.com> 2017-05-05 15:02:20 +0200 committer Jan Holesovsky <kendy@collabora.com> 2017-05-10 17:19:32 +0200 commit 0425ccba5b2f8819d6fade05d96a72d64db1ce0c (patch) tree 913c002c45518c4a5c248293a00d1a46f002f5bf parent 58891d589bd8da700f135b098dd50833277c65dc (diff) sw txt export: Greatly improve the export of bullets & numbering. Includes unit testing infrastructure for .txt export too + the actual unit test. https://cgit.freedesktop.org/libreoffice/core/commit/?id=0425ccba5b2f8819d6fade05d96a72d64db1ce0c
I confirm it with Version: 6.0.5.2 (x64) Build-ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16 CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; Gebietsschema: de-DE (de_DE); Calc: group
Adding CC to: Jan Holesovsky
Dear Telesto, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Repro 6.4+.
Repro 7.0+. Jan, please take a look at this regression.
Technically it's not a regression, but a not implemented feature :-) The headings in the example doc are actually numberings at the 4th level, with indentation 0cm; the new bullet list text exporter does not honor this. This could be an easy hack for somebody; see https://cgit.freedesktop.org/libreoffice/core/commit/?id=0425ccba5b2f8819d6fade05d96a72d64db1ce0c and check how the code below "indent each numbering level by 4 spaces" comment. This could be amended to use something appropriate based on the indentation, probably rNd.GetLeftMarginWithNum()...
Still present in Version: 7.3.1.3 (x64) / LibreOffice Community Build ID: a69ca51ded25f3eefd52d7bf9a5fad8c90b87951 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL
Fix tracked in https://gerrit.libreoffice.org/c/core/+/154406. Added Jan to review.