https://bugs.documentfoundation.org/show_bug.cgi?id=170442
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Julien Nabet <[email protected]> --- Just for the record, with this patch (partial revert of already quoted 446883bf612b13d48abffabddc71527ccbc3c9bc) diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx index fb323f47108f..3c1e08744fa3 100644 --- a/sw/source/ui/fldui/fldedt.cxx +++ b/sw/source/ui/fldui/fldedt.cxx @@ -99,7 +99,7 @@ void SwFieldEditDlg::EnsureSelection(SwField *pCurField, SwFieldMgr &rMgr) } SwFieldEditDlg::SwFieldEditDlg(SwView const & rVw) - : SfxSingleTabDialogController(rVw.GetViewFrame().GetFrameWeld(), nullptr, u"content"_ustr, + : SfxSingleTabDialogController(rVw.GetViewFrame().GetFrameWeld(), nullptr, u"modules/swriter/ui/editfielddialog.ui"_ustr, u"EditFieldDialog"_ustr) , m_pSh(rVw.GetWrtShellPtr()) , m_xPrevBT(m_xBuilder->weld_button(u"prev"_ustr)) it works. -- You are receiving this mail because: You are the assignee for the bug.
