summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-04 21:32:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-05 09:55:13 +0100
commite436a61a89efb28d5a087b695bb51c71bdd9f62c (patch)
tree8012e48804dabee6e348573d3ea6ab16d8b906e5 /cui/source/options/optinet2.cxx
parent5408f0731b9cd8be0e1b7aa5145b825337baad84 (diff)
weld TSAURLsDialog
Change-Id: Iae3f4f1acfca02daa66726da3434ffb4406ff71d Reviewed-on: https://gerrit.libreoffice.org/67380 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optinet2.cxx')
-rw-r--r--cui/source/options/optinet2.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index 0bdcaac701e0..f4fa1ffb3594 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -813,10 +813,8 @@ IMPL_LINK_NOARG(SvxSecurityTabPage, TSAURLsPBHdl, Button*, void)
{
// Unlike the mpCertPathDlg, we *don't* keep the same dialog object around between
// invocations. Seems clearer to my little brain that way.
-
- ScopedVclPtrInstance<TSAURLsDialog> pTSAURLsDlg(this);
-
- pTSAURLsDlg->Execute();
+ TSAURLsDialog aTSAURLsDlg(GetDialogFrameWeld());
+ aTSAURLsDlg.run();
}
IMPL_STATIC_LINK_NOARG(SvxSecurityTabPage, MacroSecPBHdl, Button*, void)