[Libreoffice-commits] core.git: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Nov 18 14:15:24 UTC 2018
sc/source/ui/view/formatsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 76e79bfd3d87f61450badfb1d3bcd22002a278bb
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Nov 17 21:37:22 2018 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Nov 18 15:15:03 2018 +0100
Resolves: tdf#121409 missing dialog parent
Change-Id: Ia290d3cc40806b2a88e33e6dabcf36543992f882
Reviewed-on: https://gerrit.libreoffice.org/63500
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj at gmail.com>
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);
More information about the Libreoffice-commits
mailing list