From e620291e7ce0d7c63a4e23bfcce3fdbd54789469 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 2 Jun 2019 15:52:28 +0100 Subject: Resolves: tdf#125589 we are initially unsorted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit so turn on sorting on first sort request Change-Id: I897f64c0695be8cca6d93e234a7d7c4718c94f78 Reviewed-on: https://gerrit.libreoffice.org/73344 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/source/ui/miscdlgs/acredlin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index c04fa55f0b85..44d89d2669be 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -1748,7 +1748,7 @@ int ScAcceptChgDlg::ColCompareHdl(const weld::TreeIter& rLeft, const weld::TreeI weld::TreeView& rTreeView = pTheView->GetWidget(); sal_Int32 nCompare = 0; - SCCOL nSortCol= rTreeView.get_sort_column(); + SCCOL nSortCol = rTreeView.get_sort_column(); if (CALC_DATE == nSortCol) { -- cgit