diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-24 21:19:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-25 18:07:40 +0200 |
commit | 70882a41a7645aa279bd08b0ba35e89ceacde56a (patch) | |
tree | 2471f5bf1ea5687b56d94b2e35e0d8ba8bb874db /sc | |
parent | e24f6397e34a6bb02dfb80316060f11e7f179263 (diff) |
use tab page name instead of id
Change-Id: I771150d447f0e7799f511cf28c71f6adcde64f5d
Reviewed-on: https://gerrit.libreoffice.org/53420
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |