Executing the dialog with the document from Bug 64646 that contains a xls file with change tracking. Go to Edit->Changes->Accept/Reject and right click on one and select Comment. warn:vcl.layout:19827:1:include/vcl/builder.hxx:248: .ui widget "edit" needs to correspond to vcl type 13MultiLineEdit soffice.bin: /home/moggi/devel/libo4/include/vcl/builder.hxx:249: T* VclBuilder::get(T*&, rtl::OString) [with T = MultiLineEdit]: Assertion `w && dynamic_cast<T*>(w)' failed.
can reproduce it now
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=36b5efd733c68c67bb4a1b9489a775aed1fe98e7&h=libreoffice-4-1 Resolves: fdo#65215 wrong type for the multiline comment edit widget It will be available in LibreOffice 4.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.
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9ac296af1d3d659097153884e3b78a57b334c4a2 Resolves: fdo#65215 wrong type for the multiline comment edit widget 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.