sc/source/ui/view/cellsh1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 70882a41a7645aa279bd08b0ba35e89ceacde56a Author: Caolán McNamara <caol...@redhat.com> Date: Tue Apr 24 21:19:47 2018 +0100 use tab page name instead of id Change-Id: I771150d447f0e7799f511cf28c71f6adcde64f5d Reviewed-on: https://gerrit.libreoffice.org/53420 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 9da11af442e3..a4f7323c0609 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -3023,7 +3023,7 @@ void ScCellShell::ExecuteSubtotals(SfxRequest& rReq) pDlg.disposeAndReset(pFact->CreateScSubTotalDlg(pTabViewShell->GetDialogParent(), &aArgSet)); assert(pDlg); // "Dialog create fail - pDlg->SetCurPageId(1); + pDlg->SetCurPageId("1stgroup"); short bResult = pDlg->Execute(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits