https://bugs.documentfoundation.org/show_bug.cgi?id=170399
--- Comment #3 from [email protected] --- Hi, although I couldn't find the crash reason atm, part of the reason seems to be LoadEnv::impl_searchRecycleTarget() is expecting templates to reuse the start center but in manage templates view, the templates that are right click and open as edit are not loaded as templates. Inside templatedlg.cxx, changing aArgs property, AsTemplate to true fixes the crash for now. IMPL_LINK(SfxTemplateManagerDlg, EditTemplateHdl, ThumbnailViewItem*, pItem, void) { uno::Sequence< PropertyValue > aArgs{ comphelper::makePropertyValue(u"AsTemplate"_ustr, true), ...} Even it is created as a new frame, it shouldn't close together with the start center like other documents that are created as new frames. -- You are receiving this mail because: You are the assignee for the bug.
