Created attachment 92462 [details] Test file in ODS format Problem description: I often need to generate csv lists with IP addresses and FQDN. Usually, I enter the hostame in a cell and add the domain by adding a text format code to the cell. Steps to reproduce: 1. enter some host names in a few cells 2. select those cells 3. Format -> Cells… 4. Category: Text 5. Format code: @.example.com 6. OK 7. Save As… 8. File type: Text CSV 9. Save Current behavior: 1. open the CSV in a text editor 2. the hostnames contain the text from the format code twice, e.g. "test1.example.com.example.com" Expected behavior: Correct export of the format code. Operating System: Mac OS X Version: 4.1.4.2 release
Created attachment 92463 [details] Test file in CSV format
Actually that happens also when saving to .ods, see first attachment. And again and again and again ... Taking.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f6b9b73a1f87d1815ed8ab8f2494e5526a710bb9 resolved fdo#73836 do not apply format twice to string The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5eb37896ca344276cc0753ad93b822d7be9b21d6&h=libreoffice-4-2 resolved fdo#73836 do not apply format twice to string It will be available in LibreOffice 4.2.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Pending review for 4-2-0 at https://gerrit.libreoffice.org/7550 for 4-1 at https://gerrit.libreoffice.org/7553 for 4-1-5 at https://gerrit.libreoffice.org/7554 The .ods case apparently is related to bug 70275.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e1f9f700203d8a3b7f0f7b14a7816a939e98d1d5&h=libreoffice-4-1 resolved fdo#73836 do not apply format twice to string It will be available in LibreOffice 4.1.6. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-2-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a8de4627134ed8bf79a50c78a39f42fbc3be1051&h=libreoffice-4-2-0 resolved fdo#73836 do not apply format twice to string It will be available already in LibreOffice 4.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-1-5": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b00aee5aa776c99940d858a8b73557612a558d01&h=libreoffice-4-1-5 resolved fdo#73836 do not apply format twice to string It will be available already in LibreOffice 4.1.5. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thanks, works well for me. I've got another problem with text formats which I'll file in a new bug report.