diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
commit | 7f33ed417b2e29e5470724ea76967f64699a2662 (patch) | |
tree | abfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/inc/sortopt.hxx | |
parent | 80731dbfcb48a2ffec30a4b2abe1ba8ada8f0169 (diff) |
removetooltypes01: #i112600# Remove tools types from sw
Diffstat (limited to 'sw/inc/sortopt.hxx')
-rw-r--r-- | sw/inc/sortopt.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/sortopt.hxx b/sw/inc/sortopt.hxx index 0e15f3758dd6..dbb58486f879 100644 --- a/sw/inc/sortopt.hxx +++ b/sw/inc/sortopt.hxx @@ -41,13 +41,13 @@ enum SwSortDirection { SRT_COLUMNS, SRT_ROWS }; struct SW_DLLPUBLIC SwSortKey { SwSortKey(); - SwSortKey( USHORT nId, const String& rSrtType, SwSortOrder eOrder ); + SwSortKey( sal_uInt16 nId, const String& rSrtType, SwSortOrder eOrder ); SwSortKey( const SwSortKey& rOld ); String sSortType; SwSortOrder eSortOrder; - USHORT nColumnId; - BOOL bIsNumeric; + sal_uInt16 nColumnId; + sal_Bool bIsNumeric; }; SV_DECL_PTRARR(SwSortKeys, SwSortKey*, 3, 1) @@ -61,9 +61,9 @@ struct SW_DLLPUBLIC SwSortOptions SwSortKeys aKeys; SwSortDirection eDirection; sal_Unicode cDeli; - USHORT nLanguage; - BOOL bTable; - BOOL bIgnoreCase; + sal_uInt16 nLanguage; + sal_Bool bTable; + sal_Bool bIgnoreCase; }; #endif // _SORTOPT_HXX |