https://bugs.freedesktop.org/show_bug.cgi?id=58427
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|[email protected] |[email protected] |desktop.org | CC| |[email protected] Component|Writer |UI --- Comment #8 from Michael Stahl <[email protected]> --- soo... given the bibisect log from Werner (thanks a lot!) the crash was introduced somewhere in the widget layout merge. crash because SvxFontPrevWindow::Paint cannot set pImpl->aText to a non-empty string; similar crash was fixed in another dialog with http://cgit.freedesktop.org/libreoffice/core/commit/?id=86b6bf6e53c234e3df951ebb08513b0d4fc47a14 comparing with my latest master build from before that (44aa7df6) shows that the old code used to return "Example" for Window::GetText(), while newer code returns empty "". so we could somehow that "Example" window title... but perhaps it's better to add another fallback instead, i see that there is some example text that is only requested if CTL or CJK are active, let's try to request that as a fallback too... ... hmm "Lorem ipsum", at least we're speaking a universal language now :) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
