Kaydet (Commit) 70882a41 authored tarafından Caolán McNamara's avatar Caolán McNamara

use tab page name instead of id

Change-Id: I771150d447f0e7799f511cf28c71f6adcde64f5d
Reviewed-on: https://gerrit.libreoffice.org/53420Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst e24f6397
......@@ -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();
......
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