From 29a66fe8cde3e18bf4d1c3d7a1f2077ea54548be Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 5 Feb 2019 15:35:35 +0000 Subject: weld WebConnectionInfoDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idff8a0589075c8b7c774f187f5082fd954251d77 Reviewed-on: https://gerrit.libreoffice.org/67420 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/options/optinet2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/optinet2.cxx') 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&) -- cgit