summaryrefslogtreecommitdiff
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-31 22:10:44 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-01 00:11:03 -0400
commit3e86754ca3690188a63eb3416b703a60bbbd4c4f (patch)
tree4e3e576d855bd57f78674e9bb5c34dc45cbf99ee /sc/inc/sortparam.hxx
parent12024429e295b959001258d790ecac4b074203d0 (diff)
Moved up the user index data member.
Diffstat (limited to 'sc/inc/sortparam.hxx')
-rw-r--r--sc/inc/sortparam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index 982a124c595e..2a270649bd60 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -46,12 +46,12 @@ struct SC_DLLPUBLIC ScSortParam
SCROW nRow1;
SCCOL nCol2;
SCROW nRow2;
+ sal_uInt16 nUserIndex;
bool bHasHeader;
bool bByRow;
bool bCaseSens;
bool bNaturalSort;
bool bUserDef;
- sal_uInt16 nUserIndex;
bool bIncludePattern;
bool bInplace;
SCTAB nDestTab;