summaryrefslogtreecommitdiff
path: root/sc/inc/dbcolect.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-13 08:53:03 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-13 08:53:03 +0000
commit3b28ab42391e4c16665a1705053efd4a4f67abbf (patch)
tree16ecd7aada1041a092a9db47800eb6344686ea4d /sc/inc/dbcolect.hxx
parenta6d640d381e96d5f424f941a7b2ca5652d4b5584 (diff)
Locale/Algorithm for sorting
Diffstat (limited to 'sc/inc/dbcolect.hxx')
-rw-r--r--sc/inc/dbcolect.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx
index 3a73a12f8dd5..3c2058b9e30b 100644
--- a/sc/inc/dbcolect.hxx
+++ b/sc/inc/dbcolect.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbcolect.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2001-03-12 16:43:25 $
+ * last change: $Author: nn $ $Date: 2001-03-13 09:51:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,8 @@ private:
BOOL bDoSort[MAXSORT];
USHORT nSortField[MAXSORT];
BOOL bAscending[MAXSORT];
+ ::com::sun::star::lang::Locale aSortLocale;
+ String aSortAlgorithm;
// QueryParam
BOOL bQueryInplace;
BOOL bQueryCaseSens;