[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Wed Apr 25 16:08:34 UTC 2018


 sc/source/ui/view/cellsh1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70882a41a7645aa279bd08b0ba35e89ceacde56a
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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();
 


More information about the Libreoffice-commits mailing list