summaryrefslogtreecommitdiff
path: root/sw/inc/sortopt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-10 14:21:34 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:34 +0200
commitbb7e2cc8dadc25fddbe57b31721ad669648fbd04 (patch)
treed440a6203b3751df4951323cd8e8ad20eadc2679 /sw/inc/sortopt.hxx
parent5e571df9bd2415726041174885bf470b04f535d9 (diff)
convert sw/inc/sortopt.hxx from String to OUString
Change-Id: Ia51d5c7bd969aeecadb52d85c1e591ff95418364
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 fa08c6c2a39b..87029f4203a8 100644
--- a/sw/inc/sortopt.hxx
+++ b/sw/inc/sortopt.hxx
@@ -30,12 +30,12 @@ enum SwSortDirection { SRT_COLUMNS, SRT_ROWS };
struct SW_DLLPUBLIC SwSortKey
{
SwSortKey();
- SwSortKey( sal_uInt16 nId, const String& rSrtType, SwSortOrder eOrder );
+ SwSortKey( sal_uInt16 nId, const OUString& rSrtType, SwSortOrder eOrder );
SwSortKey( const SwSortKey& rOld );
- String sSortType;
+ OUString sSortType;
SwSortOrder eSortOrder;
- sal_uInt16 nColumnId;
+ sal_uInt16 nColumnId;
bool bIsNumeric;
};