sfx2/source/appl/appserv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c9b31caf3a33618dd2c9272bb528f8567b428fe5 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue May 14 16:03:07 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue May 14 22:13:04 2019 +0200 Related: tdf#125266 set default dialog parent for SfxHelp Change-Id: I375eeff07fd9c5fce4e037c5b6fd849570fb67c9 Reviewed-on: https://gerrit.libreoffice.org/72299 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index c533c345330e..8de0d32cbf21 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -604,7 +604,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) Help* pHelp = Application::GetHelp(); if ( pHelp ) { - pHelp->Start(".uno:HelpIndex", static_cast<vcl::Window*>(nullptr)); // show start page + pHelp->Start(".uno:HelpIndex", Application::GetDefDialogParent()); // show start page bDone = true; } break; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits