summaryrefslogtreecommitdiff
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 12:14:58 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 14:09:38 +0200
commit879dfb1acaaffa5eb6a44c84561235ff55d2c8b3 (patch)
treeede5f1ed5fcb17b4bc9f84682a849bc68de372a9 /sc/inc/sortparam.hxx
parent8c929c317b4c69d1f5933a95e7c34c1d24f7fb8e (diff)
sc-natural-sort.diff: Add a 'Natural' variant of sorting
i#26565
Diffstat (limited to 'sc/inc/sortparam.hxx')
-rw-r--r--sc/inc/sortparam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index 650293893678..9791939cde35 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -49,6 +49,7 @@ struct SC_DLLPUBLIC ScSortParam
BOOL bHasHeader;
BOOL bByRow;
BOOL bCaseSens;
+ BOOL bNaturalSort;
BOOL bUserDef;
USHORT nUserIndex;
BOOL bIncludePattern;