diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-15 12:14:58 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 14:09:38 +0200 |
commit | 879dfb1acaaffa5eb6a44c84561235ff55d2c8b3 (patch) | |
tree | ede5f1ed5fcb17b4bc9f84682a849bc68de372a9 /sc/inc/dbcolect.hxx | |
parent | 8c929c317b4c69d1f5933a95e7c34c1d24f7fb8e (diff) |
sc-natural-sort.diff: Add a 'Natural' variant of sorting
i#26565
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r-- | sc/inc/dbcolect.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |