Created attachment 141970 [details] Screenshot - Select and copy at least one cell with value in Calc. - In Writer, use paste special, and paste as DDE link. - Right click table, and select Rows -> Delete. You get an error dialog: "The structure of a linked table cannot be modified." => The dialog is supposed to have a title, "Information", and an OK button, but has neither. Observed using a LO 6.1 master build (5e34e3741de8aae10bf30889c227581818276186) / Ubuntu 17.10. No issue in LO 6.0.3.2. => regression Bibisected to the following commit using repo bibisect-linux-64-6.1. Adding Cc: to Caolán McNamara, please take a look. https://cgit.freedesktop.org/libreoffice/core/commit/?id=d75144cf44779a8f6cc9bccf9b0a6328b94a5b90 author Caolán McNamara <caolanm@redhat.com> 2018-02-21 21:20:15 +0000 committer Caolán McNamara <caolanm@redhat.com> 2018-02-25 20:03:26 +0100 convert remaining InfoBox to weld::MessageDialog
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8d09cb5398d0a045e9514a72bd022fd1bc7942bc Resolves: tdf#117499 no ok button in info dialog It will be available in 6.1.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6ede622ab6d2393c3ec90fcaa6e2487232b8c1a8 Related: tdf#117499 set default titles for non-gtk3 message dialogs It will be available in 6.1.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.
Verified in Version: 6.1.0.0.beta1+ Build ID: da49f4aeb8d5e9a7d2cba8855d911e7cc1d2f1e2 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group @Caolán, Thanks for fixing this!!