summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/appserv.cxx2
1 files changed, 1 insertions, 1 deletions
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;