[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 12 09:06:09 UTC 2021
sfx2/source/appl/appserv.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit f31f0038f5fd9254584a06665066faf9715d1cd8
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Mar 11 11:49:53 2021 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Mar 12 10:05:13 2021 +0100
use the parent available from the SfxRequest
Change-Id: Ie03182217b2165af45a1a89a35bf7d4be6ee1acc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112337
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 43f36d187bfd..74c3767c405e 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -52,7 +52,6 @@
#include <unotools/configmgr.hxx>
#include <tools/diagnose_ex.h>
-#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>
@@ -572,7 +571,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
Help* pHelp = Application::GetHelp();
if ( pHelp )
{
- pHelp->Start(".uno:HelpIndex", Application::GetDefDialogParent()); // show start page
+ pHelp->Start(".uno:HelpIndex", rReq.GetFrameWeld()); // show start page
bDone = true;
}
break;
More information about the Libreoffice-commits
mailing list