summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-05 15:35:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-05 22:43:05 +0100
commit29a66fe8cde3e18bf4d1c3d7a1f2077ea54548be (patch)
treeefa032d617b6771bac09a5d5867634a0e605ab6e /cui/source/options/optinet2.cxx
parent2877657777926dbc66f4844cc94e37e74fd546cd (diff)
weld WebConnectionInfoDialog
Change-Id: Idff8a0589075c8b7c774f187f5082fd954251d77 Reviewed-on: https://gerrit.libreoffice.org/67420 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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index c269d87fdda5..bee5e2d64d14 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -784,8 +784,8 @@ IMPL_LINK_NOARG(SvxSecurityTabPage, ShowPasswordsHdl, Button*, void)
if ( xMasterPasswd->isPersistentStoringAllowed() && xMasterPasswd->authorizateWithMasterPassword(xTmpHandler) )
{
- ScopedVclPtrInstance< svx::WebConnectionInfoDialog > aDlg(this);
- aDlg->Execute();
+ svx::WebConnectionInfoDialog aDlg(GetDialogFrameWeld());
+ aDlg.run();
}
}
catch (const Exception&)