summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsort.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2013-05-04 01:39:24 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-06 09:41:58 +0000
commitb9cd66b970a2b76d6f07ead71b9df7a9232ff5af (patch)
tree689e77d2d73d81f70cefa7daa0a98a2bb147756d /sc/source/ui/inc/tpsort.hxx
parent256e42646bedbeb9cba900f962f36ba4b1a1cda3 (diff)
fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fix
Change-Id: I569766945d96eae74479e310d674c9420e9a2b4b Reviewed-on: https://gerrit.libreoffice.org/3772 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/inc/tpsort.hxx')
-rw-r--r--sc/source/ui/inc/tpsort.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index 8ce4a4278a89..b23058136ba6 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -95,6 +95,7 @@ private:
void Init ();
void FillFieldLists ( sal_uInt16 nStartField );
sal_uInt16 GetFieldSelPos ( SCCOLROW nField );
+ void SetLastSortKey( sal_uInt16 nItem );
// Handler ------------------------
DECL_LINK( SelectHdl, ListBox * );