summaryrefslogtreecommitdiffstats
path: root/sw/inc/sortopt.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-15 13:46:49 +0000
committerOliver Specht <os@openoffice.org>2000-12-15 13:46:49 +0000
commit1a8e7b4963cddd6a91e3bc716dc0b76763377863 (patch)
tree6d0dc11c604442e81fee1b982ec6b28baa204df6 /sw/inc/sortopt.hxx
parent#80953# sort()/createSortDescriptor() corrected (diff)
downloadcore-1a8e7b4963cddd6a91e3bc716dc0b76763377863.tar.gz
core-1a8e7b4963cddd6a91e3bc716dc0b76763377863.zip
#80953# SortOptions-delimiter: char->sal_Unicode
Diffstat (limited to 'sw/inc/sortopt.hxx')
-rw-r--r--sw/inc/sortopt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/sortopt.hxx b/sw/inc/sortopt.hxx
index f971c5ebaad5..17701b37d46e 100644
--- a/sw/inc/sortopt.hxx
+++ b/sw/inc/sortopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortopt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $
+ * last change: $Author: os $ $Date: 2000-12-15 14:43:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ struct SwSortOptions
SwSortOptions(const SwSortOptions& rOpt);
BOOL bTable;
- char nDeli;
+ sal_Unicode cDeli;
SwSortDirection eDirection;
SwSortKeys aKeys;
};