summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-17 21:37:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-18 15:15:03 +0100
commit76e79bfd3d87f61450badfb1d3bcd22002a278bb (patch)
treea03971ccc1c8c0c735106a906f247828e5c45ae7 /sc
parent7e89f4194e76863097a1d791cda8cfbf352c0109 (diff)
Resolves: tdf#121409 missing dialog parent
Change-Id: Ia290d3cc40806b2a88e33e6dabcf36543992f882 Reviewed-on: https://gerrit.libreoffice.org/63500 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/formatsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index 3c5a8f5130d9..ba3896ecab2e 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);