summaryrefslogtreecommitdiff
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-31 20:26:56 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-01 00:11:03 -0400
commit28c7c35d30e692d669a6d569559ff007889caf56 (patch)
tree2674d610c0191a121c77eef6bfe7b18442153c4d /sc/inc/sortparam.hxx
parent97ba4c59a14f8613f72d20df49207aadb3bdf6a3 (diff)
First cut on exporting sort parameters.
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 e722ab3e428f..32e19bfa4662 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -62,7 +62,7 @@ struct SC_DLLPUBLIC ScSortParam
SCCOLROW nField[MAXSORT];
sal_Bool bAscending[MAXSORT];
::com::sun::star::lang::Locale aCollatorLocale;
- String aCollatorAlgorithm;
+ ::rtl::OUString aCollatorAlgorithm;
sal_uInt16 nCompatHeader;
ScSortParam();