| commit | c81e6d249f58dd03b4875380a11143e15ddb1e9a | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Sat Nov 17 21:37:22 2018 +0000 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Sun Nov 18 16:39:25 2018 +0100 |
| tree | 8e2a460fb700c5a83630bd0fddd71feecf312f7b | |
| parent | ac1cc695a97c13ddc0dc7699ac199c73e3e2f9e4 [diff] |
Resolves: tdf#121409 missing dialog parent Change-Id: Ia290d3cc40806b2a88e33e6dabcf36543992f882 Reviewed-on: https://gerrit.libreoffice.org/63502 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 3c5a8f5..ba3896e 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx
@@ -847,7 +847,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); pDlg.disposeAndReset(pFact->CreateScStyleDlg(rReq.GetFrameWeld(), *pStyleSheet, bPage)); pDlg.disposeAndReset(pFact->CreateScStyleDlg(pTabViewShell->GetFrameWeld(), *pStyleSheet, bPage)); short nResult = pDlg->Execute(); pTabViewShell->SetInFormatDialog(false);