From 879dfb1acaaffa5eb6a44c84561235ff55d2c8b3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 15 Sep 2010 12:14:58 +0200 Subject: sc-natural-sort.diff: Add a 'Natural' variant of sorting i#26565 --- sc/inc/dbcolect.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/dbcolect.hxx') diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx index 72356683d1a4..55f476aea296 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbcolect.hxx @@ -60,6 +60,7 @@ private: BOOL bStripData; // SortParam BOOL bSortCaseSens; + BOOL bSortNaturalSort; BOOL bIncludePattern; BOOL bSortInplace; BOOL bSortUserDef; -- cgit