summaryrefslogtreecommitdiff
path: root/sc/sdi
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/sdi
parent8c929c317b4c69d1f5933a95e7c34c1d24f7fb8e (diff)
sc-natural-sort.diff: Add a 'Natural' variant of sorting
i#26565
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/scalc.sdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 6d55f05874d7..9a5d959d9d5b 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -1574,7 +1574,7 @@ SfxVoidItem DataSelect SID_DATA_SELECT
//--------------------------------------------------------------------------
SfxVoidItem DataSort SID_SORT
-(SfxBoolItem ByRows SID_SORT_BYROW,SfxBoolItem HasHeader SID_SORT_HASHEADER,SfxBoolItem CaseSensitive SID_SORT_CASESENS,SfxBoolItem IncludeAttribs SID_SORT_ATTRIBS,SfxUInt16Item UserDefIndex SID_SORT_USERDEF,SfxInt32Item Col1 FN_PARAM_1,SfxBoolItem Ascending1 FN_PARAM_2,SfxInt32Item Col2 FN_PARAM_3,SfxBoolItem Ascending2 FN_PARAM_4,SfxInt32Item Col3 FN_PARAM_5,SfxBoolItem Ascending3 FN_PARAM_6)
+(SfxBoolItem ByRows SID_SORT_BYROW,SfxBoolItem HasHeader SID_SORT_HASHEADER,SfxBoolItem CaseSensitive SID_SORT_CASESENS,SfxBoolItem NaturalSort SID_SORT_NATURALSORT,SfxBoolItem IncludeAttribs SID_SORT_ATTRIBS,SfxUInt16Item UserDefIndex SID_SORT_USERDEF,SfxInt32Item Col1 FN_PARAM_1,SfxBoolItem Ascending1 FN_PARAM_2,SfxInt32Item Col2 FN_PARAM_3,SfxBoolItem Ascending2 FN_PARAM_4,SfxInt32Item Col3 FN_PARAM_5,SfxBoolItem Ascending3 FN_PARAM_6)
[
/* flags: */
AutoUpdate = FALSE,