Description: regression, it worked in 7.2.5. Steps to Reproduce: - open test files in bug 147480 - open destination.odt and source.ods - copy A1 from spreadsheet file source.ods - ctrl+shift+v into destination.odt - select Dynamic Data Exchange (DDE link) Actual Results: Error message: A table with no rows or no cells cannot be inserted. Expected Results: insert data Reproducible: Always User Profile Reset: No Additional Info: Tested Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: dddee125cc32f1ad5228e598a7de04e9654e65c1 CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded Jumbo
This seems to have begun at the below commit. Adding Cc: to Eike Rathke; Could you possibly take a look at this one? Thanks bibisect/linux-64-7.4 211dc7de95868c52468d611c772a3d610a7964de is the first bad commit commit 211dc7de95868c52468d611c772a3d610a7964de Author: Jenkins Build User <tdf@pollux.tdf> Date: Thu Feb 17 19:15:00 2022 +0100 source be13ca182d7b0b59ad0c9509200cfdc45bd15cf2 https://git.libreoffice.org/core/+/be13ca182d7b0b59ad0c9509200cfdc45bd15cf2 Resolves: tdf#147496 No line feed for one single cell in clipboard Doc2Text()
Reproducible Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 6adabd915d931b845fcf2fef15fbf3fca14ec9b3 CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: default; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL
But copying A1 to B1 in calc and then copy both cells and paste as DDE in writer it works.
Sigh.. Writer.. DDE.. double sigh.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/24e213b11569400751fc54bfbeb5a5f6afdd4172 Resolves: tdf#147935 A row may have no newline character, tdf#147496 follow-up It will be available in 7.4.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.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/061c71c8f9cbf154c21e3726325894a529c89e1b tdf#147935: sw: Add UItest It will be available in 7.4.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.