summaryrefslogtreecommitdiff
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 09:41:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 09:41:17 +0000
commit4dc957c8a26a9c1e5cd15386570d852ce2ff8721 (patch)
tree0c65e3eb2cefeb8ff114a3d68150b9436d9310c2 /sc/inc/sortparam.hxx
parentb77699dcb4901aa2e7dc8483ba2fd81e7b7b41cb (diff)
INTEGRATION: CWS npower8 (1.4.426); FILE MERGED
2007/10/30 11:53:39 npower 1.4.426.1: #i68901#
Diffstat (limited to 'sc/inc/sortparam.hxx')
-rw-r--r--sc/inc/sortparam.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index 7f0e1da3faa9..f9f4f7c76294 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sortparam.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:57:52 $
+ * last change: $Author: vg $ $Date: 2007-12-07 10:41:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,6 +80,7 @@ struct SC_DLLPUBLIC ScSortParam
BOOL bAscending[MAXSORT];
::com::sun::star::lang::Locale aCollatorLocale;
String aCollatorAlgorithm;
+ USHORT nCompatHeader;
ScSortParam();
ScSortParam( const ScSortParam& r );