diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-23 10:52:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-23 15:06:39 +0100 |
commit | ac163b519fc56e3695617315579bbcafeb3a9fe1 (patch) | |
tree | 5184c1e2e1d40583c25e977d996c6eea8eb9ab32 /sw/source/ui/dbui/mmresultdialogs.cxx | |
parent | 2a4cba62438de7f3dc2ccc79cd2ee013a99bb990 (diff) |
Related: tdf#122889 weld SwMailConfigPage
and reweld SwMailConfigDlg
Change-Id: Icf7497db0cd2e9097752414eb11498c694723646
Reviewed-on: https://gerrit.libreoffice.org/66787
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/dbui/mmresultdialogs.cxx')
-rw-r--r-- | sw/source/ui/dbui/mmresultdialogs.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx index a103d4001023..dfde81645aa8 100644 --- a/sw/source/ui/dbui/mmresultdialogs.cxx +++ b/sw/source/ui/dbui/mmresultdialogs.cxx @@ -850,8 +850,8 @@ IMPL_LINK_NOARG(SwMMResultEmailDialog, SendDocumentsHdl_Impl, weld::Button&, voi { SwView* pConfigView = pTargetView ? pTargetView : pView; SfxAllItemSet aSet(pConfigView->GetPool()); - ScopedVclPtrInstance<SwMailConfigDlg> pDlg(nullptr, aSet); - nRet = pDlg->Execute(); + SwMailConfigDlg aDlg(m_xDialog.get(), aSet); + nRet = aDlg.run(); } if(nRet != RET_OK && nRet != RET_YES) |