Kaydet (Commit) 28fca2e3 authored tarafından Akshay Deep's avatar Akshay Deep Kaydeden (comit) Samuel Mehrbrodt

Resolves: Template selection dialog has wrong parent

Change-Id: I500e78c0256cf6b7de03a537190e842f5e878e6e
Reviewed-on: https://gerrit.libreoffice.org/25959Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 837c1e2e
...@@ -556,7 +556,7 @@ SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq ) ...@@ -556,7 +556,7 @@ SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq )
pFrame = CreateEmptyDocument( xTargetFrame ); pFrame = CreateEmptyDocument( xTargetFrame );
//Launch TemplateSelectionDialog //Launch TemplateSelectionDialog
ScopedVclPtrInstance< SfxTemplateSelectionDlg > aTemplDlg; ScopedVclPtrInstance< SfxTemplateSelectionDlg > aTemplDlg( SfxGetpApp()->GetTopWindow());
aTemplDlg->Execute(); aTemplDlg->Execute();
//check to disable the dialog //check to disable the dialog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment